#78161F

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

Shades of Red Berry #78161F

Tints of Red Berry #78161F

Color information

#78161F (or 0x78161F) is unknown color: approx Red Berry. HEX triplet: 78, 16 and 1F. RGB value is (120,22,31). Sum of RGB (Red+Green+Blue) = 120+22+31=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #78161F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78161F is #87E9E0. Grayscale: #343434. Windows color (decimal): -8907233 or 2037368. OLE color: 2037368.

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

Color convert

RGB1202231-
CMYK00.820.740.53
HSL354.49º69.01%27.84%-
HSV(B)354.49º81.67%47.06%-
XYZ8.284.671.76-
YUV52.33115.97176.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 69.36%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 31 (12.5% from 255) = 17.92%
R=69.36%
G=12.72%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120223100.820.740.53354.4969.0127.84
Hex78161F0524A35162451c
Octal170263701221126554210534
Binary11110001011011111010100101001010110101101100010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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