Html Css Color HEX #851006 Maroon

📋 copy color: '#851006'

red 133 ◦ green 16 ◦ blue 6

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

Shades of Maroon #851006

Tints of Maroon #851006

RGB

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

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

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

R = 85.81%
G = 10.32%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#851006 (or 0x851006) is known color: Maroon. HEX triplet: 85, 10 and 06. RGB value is (133,16,6). Sum of RGB (Red+Green+Blue) = 133+16+6=155 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.81% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 133 - color contains mainly: red. Hex color #851006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851006 is #7AEFF9. Grayscale: #313131. Windows color (decimal): -8056826 or 397445. OLE color: 397445.

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

Color convert

RGB 133 16 6 -
CMYK 0 0.88 0.95 0.48
HSL 4.72º 0.91% 0.27% -
HSV(B) 4.72º 0.95% 0.52% -
XYZ 9.89 5.37 0.69 -
YUV 49.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 133 16 6 0 0.88 0.95 0.48 4.72 0.91 0.27
Hex 85 10 6 0 58 5F 30 5 5B 1B
Octal 205 20 6 0 130 137 60 5 133 33
Binary 10000101 10000 110 0 1011000 1011111 110000 101 1011011 11011

Color Harmonies of #851006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851006

Black with #851006

Text Example


Text Example

White with #851006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851006; }

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

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

background-color css

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

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

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

border-color css

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

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

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