Html Css Color HEX #850202 Maroon

📋 copy color: '#850202'

red 133 ◦ green 2 ◦ blue 2

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

Shades of Maroon #850202

Tints of Maroon #850202

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.46%

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

R = 97.08%
G = 1.46%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#850202 (or 0x850202) is known color: Maroon. HEX triplet: 85, 02 and 02. RGB value is (133,2,2). Sum of RGB (Red+Green+Blue) = 133+2+2=137 (18% of max value = 765). Red value is 133 (52.34% from 255 or 97.08% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 133 - color contains mainly: red. Hex color #850202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850202 is #7AFDFD. Grayscale: #292929. Windows color (decimal): -8060414 or 131717. OLE color: 131717.

HSL color Cylindrical-coordinate representation of color #850202: hue angle of 0º 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 #850202 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 2 2 -
CMYK 0 0.98 0.98 0.48
HSL 0.97% 0.26% -
HSV(B) 0.98% 0.52% -
XYZ 9.71 5.03 0.52 -
YUV 41.17 105.9 193.5 -
System Red Green Blue C M Y K H S L
Decimal 133 2 2 0 0.98 0.98 0.48 0 0.97 0.26
Hex 85 2 2 0 62 62 30 0 61 1A
Octal 205 2 2 0 142 142 60 0 141 32
Binary 10000101 10 10 0 1100010 1100010 110000 0 1100001 11010

Color Harmonies of #850202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850202

Black with #850202

Text Example


Text Example

White with #850202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850202; }

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

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

background-color css

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

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

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

border-color css

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

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

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