Html Css Color HEX #781218 Red Berry

📋 copy color: '#781218'

red 120 ◦ green 18 ◦ blue 24

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

Shades of Red Berry #781218

Tints of Red Berry #781218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.11%

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

R = 74.07%
G = 11.11%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.8

 K value IS 0.53

RGB Variations

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

Color information

#781218 (or 0x781218) is known color: Red Berry. HEX triplet: 78, 12 and 18. RGB value is (120,18,24). Sum of RGB (Red+Green+Blue) = 120+18+24=162 (21% of max value = 765). Red value is 120 (47.27% from 255 or 74.07% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 120 - color contains mainly: red. Hex color #781218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781218 is #87EDE7. Grayscale: #313131. Windows color (decimal): -8908264 or 1577592. OLE color: 1577592.

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

Color convert

RGB 120 18 24 -
CMYK 0 0.85 0.8 0.53
HSL 356.47º 0.74% 0.27% -
HSV(B) 356.47º 0.85% 0.47% -
XYZ 8.13 4.49 1.3 -
YUV 49.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 120 18 24 0 0.85 0.8 0.53 356.47 0.74 0.27
Hex 78 12 18 0 55 50 35 164 4A 1B
Octal 170 22 30 0 125 120 65 544 112 33
Binary 1111000 10010 11000 0 1010101 1010000 110101 101100100 1001010 11011

Color Harmonies of #781218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781218

Black with #781218

Text Example


Text Example

White with #781218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781218; }

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

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

background-color css

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

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

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

border-color css

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

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

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