Html Css Color HEX #851202 Maroon

📋 copy color: '#851202'

red 133 ◦ green 18 ◦ blue 2

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

Shades of Maroon #851202

Tints of Maroon #851202

RGB

 RED value IS 133 (52.34% from 255) = 86.93%

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

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

R = 86.93%
G = 11.76%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#851202 (or 0x851202) is known color: Maroon. HEX triplet: 85, 12 and 02. RGB value is (133,18,2). Sum of RGB (Red+Green+Blue) = 133+18+2=153 (20% of max value = 765). Red value is 133 (52.34% from 255 or 86.93% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 133 - color contains mainly: red. Hex color #851202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851202 is #7AEDFD. Grayscale: #323232. Windows color (decimal): -8056318 or 135813. OLE color: 135813.

HSL color Cylindrical-coordinate representation of color #851202: hue angle of 7.33º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #851202 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 18 2 -
CMYK 0 0.86 0.98 0.48
HSL 7.33º 0.97% 0.26% -
HSV(B) 7.33º 0.98% 0.52% -
XYZ 9.9 5.42 0.58 -
YUV 50.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 133 18 2 0 0.86 0.98 0.48 7.33 0.97 0.26
Hex 85 12 2 0 56 62 30 7 61 1A
Octal 205 22 2 0 126 142 60 7 141 32
Binary 10000101 10010 10 0 1010110 1100010 110000 111 1100001 11010

Color Harmonies of #851202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851202

Black with #851202

Text Example


Text Example

White with #851202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851202; }

 p { color: rgb(133,18,2); }

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

background-color css

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

 a { background-color: rgb(133,18,2); }

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

border-color css

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

 span { border-color: rgb(133,18,2); }

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