#7D181E

Color #7D181E Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #7D181E

Tints of Red Berry #7D181E

Color information

#7D181E (or 0x7D181E) is unknown color: approx Red Berry. HEX triplet: 7D, 18 and 1E. RGB value is (125,24,30). Sum of RGB (Red+Green+Blue) = 125+24+30=179 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.83% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 125 - color contains mainly: red. Hex color #7D181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D181E is #82E7E1. Grayscale: #363636. Windows color (decimal): -8579042 or 1972349. OLE color: 1972349.

HSL color Cylindrical-coordinate representation of color #7D181E: hue angle of 356.44º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D181E is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.51.

Color convert

RGB1252430-
CMYK00.810.760.51
HSL356.44º67.79%29.22%-
HSV(B)356.44º80.8%49.02%-
XYZ9.025.111.74-
YUV54.88113.96178.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 69.83%
GREEN value IS 24 (9.77% from 255) = 13.41%
BLUE value IS 30 (12.11% from 255) = 16.76%
R=69.83%
G=13.41%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125243000.810.760.51356.4467.7929.22
Hex7D181E0514C33164441d
Octal175303601211146354410435
Binary11111011100011110010100011001100110011101100100100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D181E; }

 p { color: rgb(125,24,30); }

 H1.HeaderClassName
 {
   color: #7D181E;
 }
 .AnyTagClassName
 {
   color: #7D181E;
 }
</style>
background-color css

<style>
 a { background-color: #7D181E; }

 a { background-color: rgb(125,24,30); }

 div.DivClassName
 {
   background-color: #7D181E;
 }
 .BgClassName
 {
   background-color: #7D181E;
 }
</style>
border-color css

<style>
 span { border-color: #7D181E; }

 span { border-color: rgb(125,24,30); }

 td.TdClassName
 {
   border-color: #7D181E;
 }
 .TagClassName
 {
   border-color: #7D181E;
 }
</style>