#7F040A

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

Shades of Sangria #7F040A

Tints of Sangria #7F040A

Color information

#7F040A (or 0x7F040A) is unknown color: approx Sangria. HEX triplet: 7F, 04 and 0A. RGB value is (127,4,10). Sum of RGB (Red+Green+Blue) = 127+4+10=141 (18% of max value = 765). Red value is 127 (50% from 255 or 90.07% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 127 - color contains mainly: red. Hex color #7F040A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F040A is #80FBF5. Grayscale: #292929. Windows color (decimal): -8453110 or 656511. OLE color: 656511.

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

Color convert

RGB127410-
CMYK00.970.920.50
HSL357.07º93.89%25.69%-
HSV(B)357.07º96.85%49.8%-
XYZ8.854.620.71-
YUV41.46110.25189.01-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 90.07%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 10 (4.30% from 255) = 7.09%
R=90.07%
G=2.84%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12741000.970.920.50357.0793.8925.69
Hex7F4A0615C321655e1a
Octal17741201411346254513632
Binary11111111001010011000011011100110010101100101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,4,10); }

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

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

 a { background-color: rgb(127,4,10); }

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

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

 span { border-color: rgb(127,4,10); }

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