Html Css Color HEX #851200 Maroon

📋 copy color: '#851200'

red 133 ◦ green 18 ◦ blue 0

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

Shades of Maroon #851200

Tints of Maroon #851200

RGB

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

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

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

R = 88.08%
G = 11.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#851200 (or 0x851200) is known color: Maroon. HEX triplet: 85, 12 and 00. RGB value is (133,18,0). Sum of RGB (Red+Green+Blue) = 133+18+0=151 (20% of max value = 765). Red value is 133 (52.34% from 255 or 88.08% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 133 - color contains mainly: red. Hex color #851200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851200 is #7AEDFF. Grayscale: #323232. Windows color (decimal): -8056320 or 4741. OLE color: 4741.

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

Color convert

RGB 133 18 0 -
CMYK 0 0.86 1 0.48
HSL 8.12º 1% 0.26% -
HSV(B) 8.12º 1% 0.52% -
XYZ 9.89 5.42 0.52 -
YUV 50.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 133 18 0 0 0.86 1 0.48 8.12 1 0.26
Hex 85 12 0 0 56 64 30 8 64 1A
Octal 205 22 0 0 126 144 60 10 144 32
Binary 10000101 10010 0 0 1010110 1100100 110000 1000 1100100 11010

Color Harmonies of #851200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851200

Black with #851200

Text Example


Text Example

White with #851200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851200; }

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

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

background-color css

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

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

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

border-color css

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

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

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