Html Css Color HEX #851004 Maroon

📋 copy color: '#851004'

red 133 ◦ green 16 ◦ blue 4

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

Shades of Maroon #851004

Tints of Maroon #851004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.46%

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

R = 86.93%
G = 10.46%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#851004 (or 0x851004) is known color: Maroon. HEX triplet: 85, 10 and 04. RGB value is (133,16,4). Sum of RGB (Red+Green+Blue) = 133+16+4=153 (20% of max value = 765). Red value is 133 (52.34% from 255 or 86.93% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 133 - color contains mainly: red. Hex color #851004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851004 is #7AEFFB. Grayscale: #313131. Windows color (decimal): -8056828 or 266373. OLE color: 266373.

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

Color convert

RGB 133 16 4 -
CMYK 0 0.88 0.97 0.48
HSL 5.58º 0.94% 0.27% -
HSV(B) 5.58º 0.97% 0.52% -
XYZ 9.88 5.37 0.63 -
YUV 49.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 133 16 4 0 0.88 0.97 0.48 5.58 0.94 0.27
Hex 85 10 4 0 58 61 30 6 5E 1B
Octal 205 20 4 0 130 141 60 6 136 33
Binary 10000101 10000 100 0 1011000 1100001 110000 110 1011110 11011

Color Harmonies of #851004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851004

Black with #851004

Text Example


Text Example

White with #851004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851004; }

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

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

background-color css

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

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

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

border-color css

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

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

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