#7F0905

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

Shades of Maroon #7F0905

Tints of Maroon #7F0905

Color information

#7F0905 (or 0x7F0905) is unknown color: approx Maroon. HEX triplet: 7F, 09 and 05. RGB value is (127,9,5). Sum of RGB (Red+Green+Blue) = 127+9+5=141 (18% of max value = 765). Red value is 127 (50% from 255 or 90.07% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0905 is #80F6FA. Grayscale: #2B2B2B. Windows color (decimal): -8451835 or 330111. OLE color: 330111.

HSL color Cylindrical-coordinate representation of color #7F0905: hue angle of 1.97º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F0905 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB12795-
CMYK00.930.960.50
HSL1.97º92.42%25.88%-
HSV(B)1.97º96.06%49.8%-
XYZ8.884.720.59-
YUV43.83106.09187.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 90.07%
GREEN value IS 9 (3.91% from 255) = 6.38%
BLUE value IS 5 (2.34% from 255) = 3.55%
R=90.07%
G=6.38%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1279500.930.960.501.9792.4225.88
Hex7F9505D603225c1a
Octal177115013514062213432
Binary1111111100110101011101110000011001010101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,9,5); }

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

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

 a { background-color: rgb(127,9,5); }

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

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

 span { border-color: rgb(127,9,5); }

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