Html Css Color HEX #851101 Maroon

📋 copy color: '#851101'

red 133 ◦ green 17 ◦ blue 1

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

Shades of Maroon #851101

Tints of Maroon #851101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.66%

R = 88.08%
G = 11.26%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#851101 (or 0x851101) is known color: Maroon. HEX triplet: 85, 11 and 01. RGB value is (133,17,1). Sum of RGB (Red+Green+Blue) = 133+17+1=151 (20% of max value = 765). Red value is 133 (52.34% from 255 or 88.08% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 133 - color contains mainly: red. Hex color #851101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851101 is #7AEEFE. Grayscale: #323232. Windows color (decimal): -8056575 or 70021. OLE color: 70021.

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

Color convert

RGB 133 17 1 -
CMYK 0 0.87 0.99 0.48
HSL 7.27º 0.99% 0.26% -
HSV(B) 7.27º 0.99% 0.52% -
XYZ 9.88 5.39 0.55 -
YUV 49.86 100.43 187.3 -
System Red Green Blue C M Y K H S L
Decimal 133 17 1 0 0.87 0.99 0.48 7.27 0.99 0.26
Hex 85 11 1 0 57 63 30 7 63 1A
Octal 205 21 1 0 127 143 60 7 143 32
Binary 10000101 10001 1 0 1010111 1100011 110000 111 1100011 11010

Color Harmonies of #851101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851101

Black with #851101

Text Example


Text Example

White with #851101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851101; }

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

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

background-color css

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

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

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

border-color css

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

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

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