Html Css Color HEX #850501 Maroon

📋 copy color: '#850501'

red 133 ◦ green 5 ◦ blue 1

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

Shades of Maroon #850501

Tints of Maroon #850501

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.6%

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

R = 95.68%
G = 3.6%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#850501 (or 0x850501) is known color: Maroon. HEX triplet: 85, 05 and 01. RGB value is (133,5,1). Sum of RGB (Red+Green+Blue) = 133+5+1=139 (18% of max value = 765). Red value is 133 (52.34% from 255 or 95.68% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 133 - color contains mainly: red. Hex color #850501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850501 is #7AFAFE. Grayscale: #2A2A2A. Windows color (decimal): -8059647 or 66949. OLE color: 66949.

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

Color convert

RGB 133 5 1 -
CMYK 0 0.96 0.99 0.48
HSL 1.82º 0.99% 0.26% -
HSV(B) 1.82º 0.99% 0.52% -
XYZ 9.73 5.1 0.5 -
YUV 42.82 104.41 192.33 -
System Red Green Blue C M Y K H S L
Decimal 133 5 1 0 0.96 0.99 0.48 1.82 0.99 0.26
Hex 85 5 1 0 60 63 30 2 63 1A
Octal 205 5 1 0 140 143 60 2 143 32
Binary 10000101 101 1 0 1100000 1100011 110000 10 1100011 11010

Color Harmonies of #850501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850501

Black with #850501

Text Example


Text Example

White with #850501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850501; }

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

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

background-color css

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

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

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

border-color css

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

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

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