Html Css Color HEX #850701 Maroon

📋 copy color: '#850701'

red 133 ◦ green 7 ◦ blue 1

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

Shades of Maroon #850701

Tints of Maroon #850701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.96%

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

R = 94.33%
G = 4.96%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#850701 (or 0x850701) is known color: Maroon. HEX triplet: 85, 07 and 01. RGB value is (133,7,1). Sum of RGB (Red+Green+Blue) = 133+7+1=141 (18% of max value = 765). Red value is 133 (52.34% from 255 or 94.33% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 133 - color contains mainly: red. Hex color #850701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850701 is #7AF8FE. Grayscale: #2C2C2C. Windows color (decimal): -8059135 or 67461. OLE color: 67461.

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

Color convert

RGB 133 7 1 -
CMYK 0 0.95 0.99 0.48
HSL 2.73º 0.99% 0.26% -
HSV(B) 2.73º 0.99% 0.52% -
XYZ 9.75 5.14 0.51 -
YUV 43.99 103.74 191.49 -
System Red Green Blue C M Y K H S L
Decimal 133 7 1 0 0.95 0.99 0.48 2.73 0.99 0.26
Hex 85 7 1 0 5F 63 30 3 63 1A
Octal 205 7 1 0 137 143 60 3 143 32
Binary 10000101 111 1 0 1011111 1100011 110000 11 1100011 11010

Color Harmonies of #850701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850701

Black with #850701

Text Example


Text Example

White with #850701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850701; }

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

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

background-color css

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

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

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

border-color css

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

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

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