#7F0201

Color #7F0201 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #7F0201

Tints of Maroon #7F0201

Color information

#7F0201 (or 0x7F0201) is unknown color: approx Maroon. HEX triplet: 7F, 02 and 01. RGB value is (127,2,1). Sum of RGB (Red+Green+Blue) = 127+2+1=130 (17% of max value = 765). Red value is 127 (50% from 255 or 97.69% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0201 is #80FDFE. Grayscale: #272727. Windows color (decimal): -8453631 or 66175. OLE color: 66175.

HSL color Cylindrical-coordinate representation of color #7F0201: hue angle of 0.48º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F0201 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB12721-
CMYK00.980.990.50
HSL0.48º98.44%25.1%-
HSV(B)0.48º99.21%49.8%-
XYZ8.784.560.45-
YUV39.26106.41190.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 97.69%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 1 (0.78% from 255) = 0.77%
R=97.69%
G=1.54%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1272100.980.990.500.4898.4425.1
Hex7F21062633206219
Octal17721014214362014231
Binary11111111010110001011000111100100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F0201; }

 p { color: rgb(127,2,1); }

 H1.HeaderClassName
 {
   color: #7F0201;
 }
 .AnyTagClassName
 {
   color: #7F0201;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #7F0201;
 }
 .BgClassName
 {
   background-color: #7F0201;
 }
</style>
border-color css

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

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

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