Html Css Color HEX #851001 Maroon

📋 copy color: '#851001'

red 133 ◦ green 16 ◦ blue 1

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

Shades of Maroon #851001

Tints of Maroon #851001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.67%

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

R = 88.67%
G = 10.67%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#851001 (or 0x851001) is known color: Maroon. HEX triplet: 85, 10 and 01. RGB value is (133,16,1). Sum of RGB (Red+Green+Blue) = 133+16+1=150 (19% of max value = 765). Red value is 133 (52.34% from 255 or 88.67% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 133 - color contains mainly: red. Hex color #851001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851001 is #7AEFFE. Grayscale: #313131. Windows color (decimal): -8056831 or 69765. OLE color: 69765.

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

Color convert

RGB 133 16 1 -
CMYK 0 0.88 0.99 0.48
HSL 6.82º 0.99% 0.26% -
HSV(B) 6.82º 0.99% 0.52% -
XYZ 9.86 5.36 0.54 -
YUV 49.27 100.76 187.72 -
System Red Green Blue C M Y K H S L
Decimal 133 16 1 0 0.88 0.99 0.48 6.82 0.99 0.26
Hex 85 10 1 0 58 63 30 7 63 1A
Octal 205 20 1 0 130 143 60 7 143 32
Binary 10000101 10000 1 0 1011000 1100011 110000 111 1100011 11010

Color Harmonies of #851001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851001

Black with #851001

Text Example


Text Example

White with #851001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851001; }

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

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

background-color css

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

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

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

border-color css

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

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

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