Html Css Color HEX #781200 Maroon

📋 copy color: '#781200'

red 120 ◦ green 18 ◦ blue 0

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

Shades of Maroon #781200

Tints of Maroon #781200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.96%
G = 13.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#781200 (or 0x781200) is known color: Maroon. HEX triplet: 78, 12 and 00. RGB value is (120,18,0). Sum of RGB (Red+Green+Blue) = 120+18+0=138 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.96% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 120 - color contains mainly: red. Hex color #781200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781200 is #87EDFF. Grayscale: #2E2E2E. Windows color (decimal): -8908288 or 4728. OLE color: 4728.

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

Color convert

RGB 120 18 0 -
CMYK 0 0.85 1 0.53
HSL 1% 0.24% -
HSV(B) 1% 0.47% -
XYZ 7.96 4.43 0.43 -
YUV 46.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 120 18 0 0 0.85 1 0.53 9 1 0.24
Hex 78 12 0 0 55 64 35 9 64 18
Octal 170 22 0 0 125 144 65 11 144 30
Binary 1111000 10010 0 0 1010101 1100100 110101 1001 1100100 11000

Color Harmonies of #781200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781200

Black with #781200

Text Example


Text Example

White with #781200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781200; }

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

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

background-color css

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

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

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

border-color css

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

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

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