Html Css Color HEX #850F06 Maroon

📋 copy color: '#850F06'

red 133 ◦ green 15 ◦ blue 6

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

Shades of Maroon #850F06

Tints of Maroon #850F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.9%

R = 86.36%
G = 9.74%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#850F06 (or 0x850F06) is known color: Maroon. HEX triplet: 85, 0F and 06. RGB value is (133,15,6). Sum of RGB (Red+Green+Blue) = 133+15+6=154 (20% of max value = 765). Red value is 133 (52.34% from 255 or 86.36% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 133 - color contains mainly: red. Hex color #850F06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850F06 is #7AF0F9. Grayscale: #313131. Windows color (decimal): -8057082 or 397189. OLE color: 397189.

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

Color convert

RGB 133 15 6 -
CMYK 0 0.89 0.95 0.48
HSL 4.25º 0.91% 0.27% -
HSV(B) 4.25º 0.95% 0.52% -
XYZ 9.88 5.34 0.68 -
YUV 49.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 133 15 6 0 0.89 0.95 0.48 4.25 0.91 0.27
Hex 85 F 6 0 59 5F 30 4 5B 1B
Octal 205 17 6 0 131 137 60 4 133 33
Binary 10000101 1111 110 0 1011001 1011111 110000 100 1011011 11011

Color Harmonies of #850F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850F06

Black with #850F06

Text Example


Text Example

White with #850F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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