Html Css Color HEX #850F04 Maroon

📋 copy color: '#850F04'

red 133 ◦ green 15 ◦ blue 4

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

Shades of Maroon #850F04

Tints of Maroon #850F04

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.87%

 BLUE value IS 4 (1.95% from 255) = 2.63%

R = 87.5%
G = 9.87%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#850F04 (or 0x850F04) is known color: Maroon. HEX triplet: 85, 0F and 04. RGB value is (133,15,4). Sum of RGB (Red+Green+Blue) = 133+15+4=152 (20% of max value = 765). Red value is 133 (52.34% from 255 or 87.5% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 133 - color contains mainly: red. Hex color #850F04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850F04 is #7AF0FB. Grayscale: #313131. Windows color (decimal): -8057084 or 266117. OLE color: 266117.

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

Color convert

RGB 133 15 4 -
CMYK 0 0.89 0.97 0.48
HSL 5.12º 0.94% 0.27% -
HSV(B) 5.12º 0.97% 0.52% -
XYZ 9.87 5.34 0.63 -
YUV 49.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 133 15 4 0 0.89 0.97 0.48 5.12 0.94 0.27
Hex 85 F 4 0 59 61 30 5 5E 1B
Octal 205 17 4 0 131 141 60 5 136 33
Binary 10000101 1111 100 0 1011001 1100001 110000 101 1011110 11011

Color Harmonies of #850F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850F04

Black with #850F04

Text Example


Text Example

White with #850F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,15,4); }

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

background-color css

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

 a { background-color: rgb(133,15,4); }

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

border-color css

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

 span { border-color: rgb(133,15,4); }

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