Html Css Color HEX #851000 Maroon

📋 copy color: '#851000'

red 133 ◦ green 16 ◦ blue 0

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

Shades of Maroon #851000

Tints of Maroon #851000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.74%

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

R = 89.26%
G = 10.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#851000 (or 0x851000) is known color: Maroon. HEX triplet: 85, 10 and 00. RGB value is (133,16,0). Sum of RGB (Red+Green+Blue) = 133+16+0=149 (19% of max value = 765). Red value is 133 (52.34% from 255 or 89.26% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 133 - color contains mainly: red. Hex color #851000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851000 is #7AEFFF. Grayscale: #313131. Windows color (decimal): -8056832 or 4229. OLE color: 4229.

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

Color convert

RGB 133 16 0 -
CMYK 0 0.88 1 0.48
HSL 7.22º 1% 0.26% -
HSV(B) 7.22º 1% 0.52% -
XYZ 9.86 5.36 0.51 -
YUV 49.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 133 16 0 0 0.88 1 0.48 7.22 1 0.26
Hex 85 10 0 0 58 64 30 7 64 1A
Octal 205 20 0 0 130 144 60 7 144 32
Binary 10000101 10000 0 0 1011000 1100100 110000 111 1100100 11010

Color Harmonies of #851000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851000

Black with #851000

Text Example


Text Example

White with #851000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851000; }

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

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

background-color css

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

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

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

border-color css

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

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

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