Html Css Color HEX #850901 Maroon

📋 copy color: '#850901'

red 133 ◦ green 9 ◦ blue 1

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

Shades of Maroon #850901

Tints of Maroon #850901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.7%

R = 93.01%
G = 6.29%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#850901 (or 0x850901) is known color: Maroon. HEX triplet: 85, 09 and 01. RGB value is (133,9,1). Sum of RGB (Red+Green+Blue) = 133+9+1=143 (18% of max value = 765). Red value is 133 (52.34% from 255 or 93.01% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 133 - color contains mainly: red. Hex color #850901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850901 is #7AF6FE. Grayscale: #2D2D2D. Windows color (decimal): -8058623 or 67973. OLE color: 67973.

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

Color convert

RGB 133 9 1 -
CMYK 0 0.93 0.99 0.48
HSL 3.64º 0.99% 0.26% -
HSV(B) 3.64º 0.99% 0.52% -
XYZ 9.78 5.18 0.51 -
YUV 45.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 133 9 1 0 0.93 0.99 0.48 3.64 0.99 0.26
Hex 85 9 1 0 5D 63 30 4 63 1A
Octal 205 11 1 0 135 143 60 4 143 32
Binary 10000101 1001 1 0 1011101 1100011 110000 100 1100011 11010

Color Harmonies of #850901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850901

Black with #850901

Text Example


Text Example

White with #850901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850901; }

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

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

background-color css

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

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

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

border-color css

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

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

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