Html Css Color HEX #781118 Red Berry

📋 copy color: '#781118'

red 120 ◦ green 17 ◦ blue 24

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

Shades of Red Berry #781118

Tints of Red Berry #781118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.91%

R = 74.53%
G = 10.56%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.8

 K value IS 0.53

RGB Variations

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

Color information

#781118 (or 0x781118) is known color: Red Berry. HEX triplet: 78, 11 and 18. RGB value is (120,17,24). Sum of RGB (Red+Green+Blue) = 120+17+24=161 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.53% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 120 - color contains mainly: red. Hex color #781118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781118 is #87EEE7. Grayscale: #303030. Windows color (decimal): -8908520 or 1577336. OLE color: 1577336.

HSL color Cylindrical-coordinate representation of color #781118: hue angle of 355.92º 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 #781118 is Cyan = 0, Magento = 0.86, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 17 24 -
CMYK 0 0.86 0.8 0.53
HSL 355.92º 0.75% 0.27% -
HSV(B) 355.92º 0.86% 0.47% -
XYZ 8.11 4.46 1.3 -
YUV 48.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 120 17 24 0 0.86 0.8 0.53 355.92 0.75 0.27
Hex 78 11 18 0 56 50 35 164 4B 1B
Octal 170 21 30 0 126 120 65 544 113 33
Binary 1111000 10001 11000 0 1010110 1010000 110101 101100100 1001011 11011

Color Harmonies of #781118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781118

Black with #781118

Text Example


Text Example

White with #781118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781118; }

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

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

background-color css

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

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

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

border-color css

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

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

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