Html Css Color HEX #781008 Maroon

📋 copy color: '#781008'

red 120 ◦ green 16 ◦ blue 8

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

Shades of Maroon #781008

Tints of Maroon #781008

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.11%

 BLUE value IS 8 (3.52% from 255) = 5.56%

R = 83.33%
G = 11.11%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#781008 (or 0x781008) is known color: Maroon. HEX triplet: 78, 10 and 08. RGB value is (120,16,8). Sum of RGB (Red+Green+Blue) = 120+16+8=144 (19% of max value = 765). Red value is 120 (47.27% from 255 or 83.33% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 120 - color contains mainly: red. Hex color #781008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781008 is #87EFF7. Grayscale: #2E2E2E. Windows color (decimal): -8908792 or 528504. OLE color: 528504.

HSL color Cylindrical-coordinate representation of color #781008: hue angle of 4.29º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #781008 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 16 8 -
CMYK 0 0.87 0.93 0.53
HSL 4.29º 0.88% 0.25% -
HSV(B) 4.29º 0.93% 0.47% -
XYZ 7.97 4.38 0.66 -
YUV 46.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 120 16 8 0 0.87 0.93 0.53 4.29 0.88 0.25
Hex 78 10 8 0 57 5D 35 4 58 19
Octal 170 20 10 0 127 135 65 4 130 31
Binary 1111000 10000 1000 0 1010111 1011101 110101 100 1011000 11001

Color Harmonies of #781008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781008

Black with #781008

Text Example


Text Example

White with #781008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781008; }

 p { color: rgb(120,16,8); }

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

background-color css

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

 a { background-color: rgb(120,16,8); }

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

border-color css

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

 span { border-color: rgb(120,16,8); }

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