Html Css Color HEX #851401 Maroon

📋 copy color: '#851401'

red 133 ◦ green 20 ◦ blue 1

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

Shades of Maroon #851401

Tints of Maroon #851401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.99%

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

R = 86.36%
G = 12.99%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#851401 (or 0x851401) is known color: Maroon. HEX triplet: 85, 14 and 01. RGB value is (133,20,1). Sum of RGB (Red+Green+Blue) = 133+20+1=154 (20% of max value = 765). Red value is 133 (52.34% from 255 or 86.36% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 133 - color contains mainly: red. Hex color #851401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851401 is #7AEBFE. Grayscale: #333333. Windows color (decimal): -8055807 or 70789. OLE color: 70789.

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

Color convert

RGB 133 20 1 -
CMYK 0 0.85 0.99 0.48
HSL 8.64º 0.99% 0.26% -
HSV(B) 8.64º 0.99% 0.52% -
XYZ 9.93 5.49 0.56 -
YUV 51.62 99.44 186.04 -
System Red Green Blue C M Y K H S L
Decimal 133 20 1 0 0.85 0.99 0.48 8.64 0.99 0.26
Hex 85 14 1 0 55 63 30 9 63 1A
Octal 205 24 1 0 125 143 60 11 143 32
Binary 10000101 10100 1 0 1010101 1100011 110000 1001 1100011 11010

Color Harmonies of #851401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851401

Black with #851401

Text Example


Text Example

White with #851401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851401; }

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

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

background-color css

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

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

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

border-color css

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

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

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