Html Css Color HEX #851501 Maroon

📋 copy color: '#851501'

red 133 ◦ green 21 ◦ blue 1

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

Shades of Maroon #851501

Tints of Maroon #851501

RGB

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

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

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

R = 85.81%
G = 13.55%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#851501 (or 0x851501) is known color: Maroon. HEX triplet: 85, 15 and 01. RGB value is (133,21,1). Sum of RGB (Red+Green+Blue) = 133+21+1=155 (20% of max value = 765). Red value is 133 (52.34% from 255 or 85.81% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 133 - color contains mainly: red. Hex color #851501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851501 is #7AEAFE. Grayscale: #343434. Windows color (decimal): -8055551 or 71045. OLE color: 71045.

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

Color convert

RGB 133 21 1 -
CMYK 0 0.84 0.99 0.48
HSL 9.09º 0.99% 0.26% -
HSV(B) 9.09º 0.99% 0.52% -
XYZ 9.95 5.53 0.57 -
YUV 52.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 133 21 1 0 0.84 0.99 0.48 9.09 0.99 0.26
Hex 85 15 1 0 54 63 30 9 63 1A
Octal 205 25 1 0 124 143 60 11 143 32
Binary 10000101 10101 1 0 1010100 1100011 110000 1001 1100011 11010

Color Harmonies of #851501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851501

Black with #851501

Text Example


Text Example

White with #851501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851501; }

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

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

background-color css

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

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

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

border-color css

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

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

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