Html Css Color HEX #850905 Maroon

📋 copy color: '#850905'

red 133 ◦ green 9 ◦ blue 5

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

Shades of Maroon #850905

Tints of Maroon #850905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.4%

R = 90.48%
G = 6.12%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#850905 (or 0x850905) is known color: Maroon. HEX triplet: 85, 09 and 05. RGB value is (133,9,5). Sum of RGB (Red+Green+Blue) = 133+9+5=147 (19% of max value = 765). Red value is 133 (52.34% from 255 or 90.48% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 133 - color contains mainly: red. Hex color #850905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850905 is #7AF6FA. Grayscale: #2D2D2D. Windows color (decimal): -8058619 or 330117. OLE color: 330117.

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

Color convert

RGB 133 9 5 -
CMYK 0 0.93 0.96 0.48
HSL 1.88º 0.93% 0.27% -
HSV(B) 1.88º 0.96% 0.52% -
XYZ 9.8 5.19 0.63 -
YUV 45.62 105.08 190.33 -
System Red Green Blue C M Y K H S L
Decimal 133 9 5 0 0.93 0.96 0.48 1.88 0.93 0.27
Hex 85 9 5 0 5D 60 30 2 5D 1B
Octal 205 11 5 0 135 140 60 2 135 33
Binary 10000101 1001 101 0 1011101 1100000 110000 10 1011101 11011

Color Harmonies of #850905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850905

Black with #850905

Text Example


Text Example

White with #850905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850905; }

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

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

background-color css

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

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

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

border-color css

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

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

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