Html Css Color HEX #781112 Red Berry

📋 copy color: '#781112'

red 120 ◦ green 17 ◦ blue 18

#781112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #781112

Tints of Red Berry #781112

RGB

 RED value IS 120 (47.27% from 255) = 77.42%

 GREEN value IS 17 (7.03% from 255) = 10.97%

 BLUE value IS 18 (7.42% from 255) = 11.61%

R = 77.42%
G = 10.97%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#781112 (or 0x781112) is known color: Red Berry. HEX triplet: 78, 11 and 12. RGB value is (120,17,18). Sum of RGB (Red+Green+Blue) = 120+17+18=155 (20% of max value = 765). Red value is 120 (47.27% from 255 or 77.42% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 120 - color contains mainly: red. Hex color #781112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781112 is #87EEED. Grayscale: #303030. Windows color (decimal): -8908526 or 1184120. OLE color: 1184120.

HSL color Cylindrical-coordinate representation of color #781112: hue angle of 359.42º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781112 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 17 18 -
CMYK 0 0.86 0.85 0.53
HSL 359.42º 0.75% 0.27% -
HSV(B) 359.42º 0.86% 0.47% -
XYZ 8.06 4.44 1 -
YUV 47.91 111.12 179.42 -
System Red Green Blue C M Y K H S L
Decimal 120 17 18 0 0.86 0.85 0.53 359.42 0.75 0.27
Hex 78 11 12 0 56 55 35 167 4B 1B
Octal 170 21 22 0 126 125 65 547 113 33
Binary 1111000 10001 10010 0 1010110 1010101 110101 101100111 1001011 11011

Color Harmonies of #781112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781112

Black with #781112

Text Example


Text Example

White with #781112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781112; }

 p { color: rgb(120,17,18); }

 H1.HeaderClassName
 {
   color: #781112;
 }
 .AnyTagClassName
 {
   color: #781112;
 }
</style>

background-color css

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

 a { background-color: rgb(120,17,18); }

 div.DivClassName
 {
   background-color: #781112;
 }
 .BgClassName
 {
   background-color: #781112;
 }
</style>

border-color css

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

 span { border-color: rgb(120,17,18); }

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