Html Css Color HEX #850101 Maroon

📋 copy color: '#850101'

red 133 ◦ green 1 ◦ blue 1

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

Shades of Maroon #850101

Tints of Maroon #850101

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

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

R = 98.52%
G = 0.74%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#850101 (or 0x850101) is known color: Maroon. HEX triplet: 85, 01 and 01. RGB value is (133,1,1). Sum of RGB (Red+Green+Blue) = 133+1+1=135 (17% of max value = 765). Red value is 133 (52.34% from 255 or 98.52% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 133 - color contains mainly: red. Hex color #850101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850101 is #7AFEFE. Grayscale: #282828. Windows color (decimal): -8060671 or 65925. OLE color: 65925.

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

Color convert

RGB 133 1 1 -
CMYK 0 0.99 0.99 0.48
HSL 0.99% 0.26% -
HSV(B) 0.99% 0.52% -
XYZ 9.69 5.01 0.49 -
YUV 40.47 105.73 194 -
System Red Green Blue C M Y K H S L
Decimal 133 1 1 0 0.99 0.99 0.48 0 0.99 0.26
Hex 85 1 1 0 63 63 30 0 63 1A
Octal 205 1 1 0 143 143 60 0 143 32
Binary 10000101 1 1 0 1100011 1100011 110000 0 1100011 11010

Color Harmonies of #850101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850101

Black with #850101

Text Example


Text Example

White with #850101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850101; }

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

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

background-color css

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

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

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

border-color css

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

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

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