Html Css Color HEX #850A09 Maroon

📋 copy color: '#850A09'

red 133 ◦ green 10 ◦ blue 9

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

Shades of Maroon #850A09

Tints of Maroon #850A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.92%

R = 87.5%
G = 6.58%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#850A09 (or 0x850A09) is known color: Maroon. HEX triplet: 85, 0A and 09. RGB value is (133,10,9). Sum of RGB (Red+Green+Blue) = 133+10+9=152 (20% of max value = 765). Red value is 133 (52.34% from 255 or 87.5% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 133 - color contains mainly: red. Hex color #850A09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850A09 is #7AF5F6. Grayscale: #2E2E2E. Windows color (decimal): -8058359 or 592517. OLE color: 592517.

HSL color Cylindrical-coordinate representation of color #850A09: hue angle of 0.48º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850A09 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 10 9 -
CMYK 0 0.92 0.93 0.48
HSL 0.48º 0.87% 0.28% -
HSV(B) 0.48º 0.93% 0.52% -
XYZ 9.83 5.22 0.75 -
YUV 46.66 106.75 189.58 -
System Red Green Blue C M Y K H S L
Decimal 133 10 9 0 0.92 0.93 0.48 0.48 0.87 0.28
Hex 85 A 9 0 5C 5D 30 0 57 1C
Octal 205 12 11 0 134 135 60 0 127 34
Binary 10000101 1010 1001 0 1011100 1011101 110000 0 1010111 11100

Color Harmonies of #850A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850A09

Black with #850A09

Text Example


Text Example

White with #850A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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