Html Css Color HEX #850900 Maroon

📋 copy color: '#850900'

red 133 ◦ green 9 ◦ blue 0

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

Shades of Maroon #850900

Tints of Maroon #850900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.66%
G = 6.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#850900 (or 0x850900) is known color: Maroon. HEX triplet: 85, 09 and 00. RGB value is (133,9,0). Sum of RGB (Red+Green+Blue) = 133+9+0=142 (18% of max value = 765). Red value is 133 (52.34% from 255 or 93.66% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 133 - color contains mainly: red. Hex color #850900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850900 is #7AF6FF. Grayscale: #2D2D2D. Windows color (decimal): -8058624 or 2437. OLE color: 2437.

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

Color convert

RGB 133 9 0 -
CMYK 0 0.93 1 0.48
HSL 4.06º 1% 0.26% -
HSV(B) 4.06º 1% 0.52% -
XYZ 9.77 5.18 0.49 -
YUV 45.05 102.58 190.73 -
System Red Green Blue C M Y K H S L
Decimal 133 9 0 0 0.93 1 0.48 4.06 1 0.26
Hex 85 9 0 0 5D 64 30 4 64 1A
Octal 205 11 0 0 135 144 60 4 144 32
Binary 10000101 1001 0 0 1011101 1100100 110000 100 1100100 11010

Color Harmonies of #850900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850900

Black with #850900

Text Example


Text Example

White with #850900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850900; }

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

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

background-color css

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

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

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

border-color css

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

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

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