#78171F

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

Shades of Red Berry #78171F

Tints of Red Berry #78171F

Color information

#78171F (or 0x78171F) is unknown color: approx Red Berry. HEX triplet: 78, 17 and 1F. RGB value is (120,23,31). Sum of RGB (Red+Green+Blue) = 120+23+31=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #78171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78171F is #87E8E0. Grayscale: #343434. Windows color (decimal): -8906977 or 2037624. OLE color: 2037624.

HSL color Cylindrical-coordinate representation of color #78171F: hue angle of 355.05º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #78171F is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1202331-
CMYK00.810.740.53
HSL355.05º67.83%28.04%-
HSV(B)355.05º80.83%47.06%-
XYZ8.34.71.77-
YUV52.91115.64175.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.97%
GREEN value IS 23 (9.38% from 255) = 13.22%
BLUE value IS 31 (12.5% from 255) = 17.82%
R=68.97%
G=13.22%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120233100.810.740.53355.0567.8328.04
Hex78171F0514A35163441c
Octal170273701211126554310434
Binary11110001011111111010100011001010110101101100011100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78171F; }

 p { color: rgb(120,23,31); }

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

<style>
 a { background-color: #78171F; }

 a { background-color: rgb(120,23,31); }

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

<style>
 span { border-color: #78171F; }

 span { border-color: rgb(120,23,31); }

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