Html Css Color HEX #851100 Maroon

📋 copy color: '#851100'

red 133 ◦ green 17 ◦ blue 0

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

Shades of Maroon #851100

Tints of Maroon #851100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.67%
G = 11.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#851100 (or 0x851100) is known color: Maroon. HEX triplet: 85, 11 and 00. RGB value is (133,17,0). Sum of RGB (Red+Green+Blue) = 133+17+0=150 (19% of max value = 765). Red value is 133 (52.34% from 255 or 88.67% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 133 - color contains mainly: red. Hex color #851100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851100 is #7AEEFF. Grayscale: #313131. Windows color (decimal): -8056576 or 4485. OLE color: 4485.

HSL color Cylindrical-coordinate representation of color #851100: hue angle of 7.67º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #851100 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 0 -
CMYK 0 0.87 1 0.48
HSL 7.67º 1% 0.26% -
HSV(B) 7.67º 1% 0.52% -
XYZ 9.87 5.39 0.52 -
YUV 49.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 133 17 0 0 0.87 1 0.48 7.67 1 0.26
Hex 85 11 0 0 57 64 30 8 64 1A
Octal 205 21 0 0 127 144 60 10 144 32
Binary 10000101 10001 0 0 1010111 1100100 110000 1000 1100100 11010

Color Harmonies of #851100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851100

Black with #851100

Text Example


Text Example

White with #851100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851100; }

 p { color: rgb(133,17,0); }

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

background-color css

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

 a { background-color: rgb(133,17,0); }

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

border-color css

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

 span { border-color: rgb(133,17,0); }

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