Html Css Color HEX #850402 Maroon

📋 copy color: '#850402'

red 133 ◦ green 4 ◦ blue 2

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

Shades of Maroon #850402

Tints of Maroon #850402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.88%

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

R = 95.68%
G = 2.88%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#850402 (or 0x850402) is known color: Maroon. HEX triplet: 85, 04 and 02. RGB value is (133,4,2). Sum of RGB (Red+Green+Blue) = 133+4+2=139 (18% of max value = 765). Red value is 133 (52.34% from 255 or 95.68% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 133 - color contains mainly: red. Hex color #850402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850402 is #7AFBFD. Grayscale: #2A2A2A. Windows color (decimal): -8059902 or 132229. OLE color: 132229.

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

Color convert

RGB 133 4 2 -
CMYK 0 0.97 0.98 0.48
HSL 0.92º 0.97% 0.26% -
HSV(B) 0.92º 0.98% 0.52% -
XYZ 9.73 5.08 0.52 -
YUV 42.34 105.24 192.66 -
System Red Green Blue C M Y K H S L
Decimal 133 4 2 0 0.97 0.98 0.48 0.92 0.97 0.26
Hex 85 4 2 0 61 62 30 1 61 1A
Octal 205 4 2 0 141 142 60 1 141 32
Binary 10000101 100 10 0 1100001 1100010 110000 1 1100001 11010

Color Harmonies of #850402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850402

Black with #850402

Text Example


Text Example

White with #850402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850402; }

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

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

background-color css

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

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

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

border-color css

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

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

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