Html Css Color HEX #850E01 Maroon

📋 copy color: '#850E01'

red 133 ◦ green 14 ◦ blue 1

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

Shades of Maroon #850E01

Tints of Maroon #850E01

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.46%

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

R = 89.86%
G = 9.46%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#850E01 (or 0x850E01) is known color: Maroon. HEX triplet: 85, 0E and 01. RGB value is (133,14,1). Sum of RGB (Red+Green+Blue) = 133+14+1=148 (19% of max value = 765). Red value is 133 (52.34% from 255 or 89.86% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 133 - color contains mainly: red. Hex color #850E01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850E01 is #7AF1FE. Grayscale: #303030. Windows color (decimal): -8057343 or 69253. OLE color: 69253.

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

Color convert

RGB 133 14 1 -
CMYK 0 0.89 0.99 0.48
HSL 5.91º 0.99% 0.26% -
HSV(B) 5.91º 0.99% 0.52% -
XYZ 9.84 5.3 0.53 -
YUV 48.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 133 14 1 0 0.89 0.99 0.48 5.91 0.99 0.26
Hex 85 E 1 0 59 63 30 6 63 1A
Octal 205 16 1 0 131 143 60 6 143 32
Binary 10000101 1110 1 0 1011001 1100011 110000 110 1100011 11010

Color Harmonies of #850E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850E01

Black with #850E01

Text Example


Text Example

White with #850E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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