Html Css Color HEX #851102 Maroon

📋 copy color: '#851102'

red 133 ◦ green 17 ◦ blue 2

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

Shades of Maroon #851102

Tints of Maroon #851102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.32%

R = 87.5%
G = 11.18%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#851102 (or 0x851102) is known color: Maroon. HEX triplet: 85, 11 and 02. RGB value is (133,17,2). Sum of RGB (Red+Green+Blue) = 133+17+2=152 (20% of max value = 765). Red value is 133 (52.34% from 255 or 87.5% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 133 - color contains mainly: red. Hex color #851102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851102 is #7AEEFD. Grayscale: #323232. Windows color (decimal): -8056574 or 135557. OLE color: 135557.

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

Color convert

RGB 133 17 2 -
CMYK 0 0.87 0.98 0.48
HSL 6.87º 0.97% 0.26% -
HSV(B) 6.87º 0.98% 0.52% -
XYZ 9.88 5.39 0.58 -
YUV 49.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 133 17 2 0 0.87 0.98 0.48 6.87 0.97 0.26
Hex 85 11 2 0 57 62 30 7 61 1A
Octal 205 21 2 0 127 142 60 7 141 32
Binary 10000101 10001 10 0 1010111 1100010 110000 111 1100001 11010

Color Harmonies of #851102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851102

Black with #851102

Text Example


Text Example

White with #851102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851102; }

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

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

background-color css

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

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

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

border-color css

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

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

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