#7F0509

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

Shades of Sangria #7F0509

Tints of Sangria #7F0509

Color information

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

HSL color Cylindrical-coordinate representation of color #7F0509: hue angle of 358.03º 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 #7F0509 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB12759-
CMYK00.960.930.50
HSL358.03º92.42%25.88%-
HSV(B)358.03º96.06%49.8%-
XYZ8.864.640.69-
YUV41.93109.42188.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1275900.960.930.50358.0392.4225.88
Hex7F590605D321665c1a
Octal17751101401356254613432
Binary11111111011001011000001011101110010101100110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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