#7F0F10

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

Shades of Sangria #7F0F10

Tints of Sangria #7F0F10

Color information

#7F0F10 (or 0x7F0F10) is unknown color: approx Sangria. HEX triplet: 7F, 0F and 10. RGB value is (127,15,16). Sum of RGB (Red+Green+Blue) = 127+15+16=158 (20% of max value = 765). Red value is 127 (50% from 255 or 80.38% from 158); Green value is 15 (6.25% from 255 or 9.49% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0F10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0F10 is #80F0EF. Grayscale: #303030. Windows color (decimal): -8450288 or 1052543. OLE color: 1052543.

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

Color convert

RGB1271516-
CMYK00.880.870.50
HSL359.46º78.87%27.84%-
HSV(B)359.46º88.19%49.8%-
XYZ9.024.890.96-
YUV48.6109.61183.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 80.38%
GREEN value IS 15 (6.25% from 255) = 9.49%
BLUE value IS 16 (6.64% from 255) = 10.13%
R=80.38%
G=9.49%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127151600.880.870.50359.4678.8727.84
Hex7FF1005857321674f1c
Octal177172001301276254711734
Binary1111111111110000010110001010111110010101100111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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