Html Css Color HEX #781201 Maroon

📋 copy color: '#781201'

red 120 ◦ green 18 ◦ blue 1

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

Shades of Maroon #781201

Tints of Maroon #781201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.72%

R = 86.33%
G = 12.95%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#781201 (or 0x781201) is known color: Maroon. HEX triplet: 78, 12 and 01. RGB value is (120,18,1). Sum of RGB (Red+Green+Blue) = 120+18+1=139 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.33% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 120 - color contains mainly: red. Hex color #781201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781201 is #87EDFE. Grayscale: #2E2E2E. Windows color (decimal): -8908287 or 70264. OLE color: 70264.

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

Color convert

RGB 120 18 1 -
CMYK 0 0.85 0.99 0.53
HSL 8.57º 0.98% 0.24% -
HSV(B) 8.57º 0.99% 0.47% -
XYZ 7.97 4.43 0.46 -
YUV 46.56 102.29 180.38 -
System Red Green Blue C M Y K H S L
Decimal 120 18 1 0 0.85 0.99 0.53 8.57 0.98 0.24
Hex 78 12 1 0 55 63 35 9 62 18
Octal 170 22 1 0 125 143 65 11 142 30
Binary 1111000 10010 1 0 1010101 1100011 110101 1001 1100010 11000

Color Harmonies of #781201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781201

Black with #781201

Text Example


Text Example

White with #781201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781201; }

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

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

background-color css

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

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

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

border-color css

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

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

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