Html Css Color HEX #850A02 Maroon

📋 copy color: '#850A02'

red 133 ◦ green 10 ◦ blue 2

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

Shades of Maroon #850A02

Tints of Maroon #850A02

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.9%

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

R = 91.72%
G = 6.9%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#850A02 (or 0x850A02) is known color: Maroon. HEX triplet: 85, 0A and 02. RGB value is (133,10,2). Sum of RGB (Red+Green+Blue) = 133+10+2=145 (19% of max value = 765). Red value is 133 (52.34% from 255 or 91.72% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 133 - color contains mainly: red. Hex color #850A02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850A02 is #7AF5FD. Grayscale: #2E2E2E. Windows color (decimal): -8058366 or 133765. OLE color: 133765.

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

Color convert

RGB 133 10 2 -
CMYK 0 0.92 0.98 0.48
HSL 3.66º 0.97% 0.26% -
HSV(B) 3.66º 0.98% 0.52% -
XYZ 9.79 5.21 0.55 -
YUV 45.87 103.25 190.15 -
System Red Green Blue C M Y K H S L
Decimal 133 10 2 0 0.92 0.98 0.48 3.66 0.97 0.26
Hex 85 A 2 0 5C 62 30 4 61 1A
Octal 205 12 2 0 134 142 60 4 141 32
Binary 10000101 1010 10 0 1011100 1100010 110000 100 1100001 11010

Color Harmonies of #850A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850A02

Black with #850A02

Text Example


Text Example

White with #850A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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