Html Css Color HEX #851008 Maroon

📋 copy color: '#851008'

red 133 ◦ green 16 ◦ blue 8

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

Shades of Maroon #851008

Tints of Maroon #851008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.1%

R = 84.71%
G = 10.19%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#851008 (or 0x851008) is known color: Maroon. HEX triplet: 85, 10 and 08. RGB value is (133,16,8). Sum of RGB (Red+Green+Blue) = 133+16+8=157 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.71% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 133 - color contains mainly: red. Hex color #851008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851008 is #7AEFF7. Grayscale: #323232. Windows color (decimal): -8056824 or 528517. OLE color: 528517.

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

Color convert

RGB 133 16 8 -
CMYK 0 0.88 0.94 0.48
HSL 3.84º 0.89% 0.28% -
HSV(B) 3.84º 0.94% 0.52% -
XYZ 9.9 5.37 0.75 -
YUV 50.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 133 16 8 0 0.88 0.94 0.48 3.84 0.89 0.28
Hex 85 10 8 0 58 5E 30 4 59 1C
Octal 205 20 10 0 130 136 60 4 131 34
Binary 10000101 10000 1000 0 1011000 1011110 110000 100 1011001 11100

Color Harmonies of #851008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851008

Black with #851008

Text Example


Text Example

White with #851008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851008; }

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

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

background-color css

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

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

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

border-color css

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

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

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