Html Css Color HEX #850502 Maroon

📋 copy color: '#850502'

red 133 ◦ green 5 ◦ blue 2

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

Shades of Maroon #850502

Tints of Maroon #850502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.57%

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

R = 95%
G = 3.57%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#850502 (or 0x850502) is known color: Maroon. HEX triplet: 85, 05 and 02. RGB value is (133,5,2). Sum of RGB (Red+Green+Blue) = 133+5+2=140 (18% of max value = 765). Red value is 133 (52.34% from 255 or 95% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 133 - color contains mainly: red. Hex color #850502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850502 is #7AFAFD. Grayscale: #2B2B2B. Windows color (decimal): -8059646 or 132485. OLE color: 132485.

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

Color convert

RGB 133 5 2 -
CMYK 0 0.96 0.98 0.48
HSL 1.37º 0.97% 0.26% -
HSV(B) 1.37º 0.98% 0.52% -
XYZ 9.74 5.1 0.53 -
YUV 42.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 133 5 2 0 0.96 0.98 0.48 1.37 0.97 0.26
Hex 85 5 2 0 60 62 30 1 61 1A
Octal 205 5 2 0 140 142 60 1 141 32
Binary 10000101 101 10 0 1100000 1100010 110000 1 1100001 11010

Color Harmonies of #850502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850502

Black with #850502

Text Example


Text Example

White with #850502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850502; }

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

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

background-color css

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

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

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

border-color css

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

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

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