Html Css Color HEX #851500 Maroon

📋 copy color: '#851500'

red 133 ◦ green 21 ◦ blue 0

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

Shades of Maroon #851500

Tints of Maroon #851500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.64%

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

R = 86.36%
G = 13.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#851500 (or 0x851500) is known color: Maroon. HEX triplet: 85, 15 and 00. RGB value is (133,21,0). Sum of RGB (Red+Green+Blue) = 133+21+0=154 (20% of max value = 765). Red value is 133 (52.34% from 255 or 86.36% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 133 - color contains mainly: red. Hex color #851500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851500 is #7AEAFF. Grayscale: #343434. Windows color (decimal): -8055552 or 5509. OLE color: 5509.

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

Color convert

RGB 133 21 0 -
CMYK 0 0.84 1 0.48
HSL 9.47º 1% 0.26% -
HSV(B) 9.47º 1% 0.52% -
XYZ 9.94 5.52 0.54 -
YUV 52.09 98.61 185.71 -
System Red Green Blue C M Y K H S L
Decimal 133 21 0 0 0.84 1 0.48 9.47 1 0.26
Hex 85 15 0 0 54 64 30 9 64 1A
Octal 205 25 0 0 124 144 60 11 144 32
Binary 10000101 10101 0 0 1010100 1100100 110000 1001 1100100 11010

Color Harmonies of #851500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851500

Black with #851500

Text Example


Text Example

White with #851500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851500; }

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

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

background-color css

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

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

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

border-color css

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

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

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