Html Css Color HEX #850D04 Maroon

📋 copy color: '#850D04'

red 133 ◦ green 13 ◦ blue 4

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

Shades of Maroon #850D04

Tints of Maroon #850D04

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.67%

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

R = 88.67%
G = 8.67%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#850D04 (or 0x850D04) is known color: Maroon. HEX triplet: 85, 0D and 04. RGB value is (133,13,4). Sum of RGB (Red+Green+Blue) = 133+13+4=150 (19% of max value = 765). Red value is 133 (52.34% from 255 or 88.67% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 133 - color contains mainly: red. Hex color #850D04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850D04 is #7AF2FB. Grayscale: #303030. Windows color (decimal): -8057596 or 265605. OLE color: 265605.

HSL color Cylindrical-coordinate representation of color #850D04: hue angle of 4.19º 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 #850D04 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 13 4 -
CMYK 0 0.90 0.97 0.48
HSL 4.19º 0.94% 0.27% -
HSV(B) 4.19º 0.97% 0.52% -
XYZ 9.84 5.28 0.62 -
YUV 47.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 133 13 4 0 0.90 0.97 0.48 4.19 0.94 0.27
Hex 85 D 4 0 5A 61 30 4 5E 1B
Octal 205 15 4 0 132 141 60 4 136 33
Binary 10000101 1101 100 0 1011010 1100001 110000 100 1011110 11011

Color Harmonies of #850D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D04

Black with #850D04

Text Example


Text Example

White with #850D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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