Html Css Color HEX #851201 Maroon

📋 copy color: '#851201'

red 133 ◦ green 18 ◦ blue 1

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

Shades of Maroon #851201

Tints of Maroon #851201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.84%

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

R = 87.5%
G = 11.84%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#851201 (or 0x851201) is known color: Maroon. HEX triplet: 85, 12 and 01. RGB value is (133,18,1). Sum of RGB (Red+Green+Blue) = 133+18+1=152 (20% of max value = 765). Red value is 133 (52.34% from 255 or 87.5% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 133 - color contains mainly: red. Hex color #851201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851201 is #7AEDFE. Grayscale: #323232. Windows color (decimal): -8056319 or 70277. OLE color: 70277.

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

Color convert

RGB 133 18 1 -
CMYK 0 0.86 0.99 0.48
HSL 7.73º 0.99% 0.26% -
HSV(B) 7.73º 0.99% 0.52% -
XYZ 9.89 5.42 0.55 -
YUV 50.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 133 18 1 0 0.86 0.99 0.48 7.73 0.99 0.26
Hex 85 12 1 0 56 63 30 8 63 1A
Octal 205 22 1 0 126 143 60 10 143 32
Binary 10000101 10010 1 0 1010110 1100011 110000 1000 1100011 11010

Color Harmonies of #851201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851201

Black with #851201

Text Example


Text Example

White with #851201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851201; }

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

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

background-color css

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

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

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

border-color css

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

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

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