#7F030F

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

Shades of Sangria #7F030F

Tints of Sangria #7F030F

Color information

#7F030F (or 0x7F030F) is unknown color: approx Sangria. HEX triplet: 7F, 03 and 0F. RGB value is (127,3,15). Sum of RGB (Red+Green+Blue) = 127+3+15=145 (19% of max value = 765). Red value is 127 (50% from 255 or 87.59% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 127 - color contains mainly: red. Hex color #7F030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F030F is #80FCF0. Grayscale: #292929. Windows color (decimal): -8453361 or 983935. OLE color: 983935.

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

Color convert

RGB127315-
CMYK00.980.880.50
HSL354.19º95.38%25.49%-
HSV(B)354.19º97.64%49.8%-
XYZ8.874.610.87-
YUV41.44113.08189.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 87.59%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 15 (6.25% from 255) = 10.34%
R=87.59%
G=2.07%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.88
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12731500.980.880.50354.1995.3825.49
Hex7F3F06258321625f19
Octal17731701421306254213731
Binary1111111111111011000101011000110010101100010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,3,15); }

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

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

 a { background-color: rgb(127,3,15); }

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

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

 span { border-color: rgb(127,3,15); }

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