Html Css Color HEX #801602 Maroon

📋 copy color: '#801602'

red 128 ◦ green 22 ◦ blue 2

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

Shades of Maroon #801602

Tints of Maroon #801602

RGB

 RED value IS 128 (50.39% from 255) = 84.21%

 GREEN value IS 22 (8.98% from 255) = 14.47%

 BLUE value IS 2 (1.17% from 255) = 1.32%

R = 84.21%
G = 14.47%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#801602 (or 0x801602) is known color: Maroon. HEX triplet: 80, 16 and 02. RGB value is (128,22,2). Sum of RGB (Red+Green+Blue) = 128+22+2=152 (20% of max value = 765). Red value is 128 (50.39% from 255 or 84.21% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 128 - color contains mainly: red. Hex color #801602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801602 is #7FE9FD. Grayscale: #333333. Windows color (decimal): -8382974 or 136832. OLE color: 136832.

HSL color Cylindrical-coordinate representation of color #801602: hue angle of 9.52º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #801602 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 22 2 -
CMYK 0 0.83 0.98 0.50
HSL 9.52º 0.97% 0.25% -
HSV(B) 9.52º 0.98% 0.5% -
XYZ 9.2 5.17 0.57 -
YUV 51.41 100.12 182.63 -
System Red Green Blue C M Y K H S L
Decimal 128 22 2 0 0.83 0.98 0.50 9.52 0.97 0.25
Hex 80 16 2 0 53 62 32 A 61 19
Octal 200 26 2 0 123 142 62 12 141 31
Binary 10000000 10110 10 0 1010011 1100010 110010 1010 1100001 11001

Color Harmonies of #801602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801602

Black with #801602

Text Example


Text Example

White with #801602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801602; }

 p { color: rgb(128,22,2); }

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

background-color css

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

 a { background-color: rgb(128,22,2); }

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

border-color css

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

 span { border-color: rgb(128,22,2); }

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