Html Css Color HEX #780C09 Maroon

📋 copy color: '#780C09'

red 120 ◦ green 12 ◦ blue 9

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

Shades of Maroon #780C09

Tints of Maroon #780C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.51%

 BLUE value IS 9 (3.91% from 255) = 6.38%

R = 85.11%
G = 8.51%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#780C09 (or 0x780C09) is known color: Maroon. HEX triplet: 78, 0C and 09. RGB value is (120,12,9). Sum of RGB (Red+Green+Blue) = 120+12+9=141 (18% of max value = 765). Red value is 120 (47.27% from 255 or 85.11% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 120 - color contains mainly: red. Hex color #780C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780C09 is #87F3F6. Grayscale: #2C2C2C. Windows color (decimal): -8909815 or 593016. OLE color: 593016.

HSL color Cylindrical-coordinate representation of color #780C09: hue angle of 1.62º degrees, saturation: 0.86, 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 #780C09 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 12 9 -
CMYK 0 0.90 0.92 0.53
HSL 1.62º 0.86% 0.25% -
HSV(B) 1.62º 0.93% 0.47% -
XYZ 7.93 4.28 0.67 -
YUV 43.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 120 12 9 0 0.90 0.92 0.53 1.62 0.86 0.25
Hex 78 C 9 0 5A 5C 35 2 56 19
Octal 170 14 11 0 132 134 65 2 126 31
Binary 1111000 1100 1001 0 1011010 1011100 110101 10 1010110 11001

Color Harmonies of #780C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C09

Black with #780C09

Text Example


Text Example

White with #780C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780C09; }

 p { color: rgb(120,12,9); }

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

background-color css

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

 a { background-color: rgb(120,12,9); }

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

border-color css

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

 span { border-color: rgb(120,12,9); }

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