#7F1213

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

Shades of Sangria #7F1213

Tints of Sangria #7F1213

Color information

#7F1213 (or 0x7F1213) is unknown color: approx Sangria. HEX triplet: 7F, 12 and 13. RGB value is (127,18,19). Sum of RGB (Red+Green+Blue) = 127+18+19=164 (21% of max value = 765). Red value is 127 (50% from 255 or 77.44% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1213 is #80EDEC. Grayscale: #323232. Windows color (decimal): -8449517 or 1249919. OLE color: 1249919.

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

Color convert

RGB1271819-
CMYK00.860.850.50
HSL359.45º75.17%28.43%-
HSV(B)359.45º85.83%49.8%-
XYZ9.094.991.1-
YUV50.7110.11182.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 77.44%
GREEN value IS 18 (7.42% from 255) = 10.98%
BLUE value IS 19 (7.81% from 255) = 11.59%
R=77.44%
G=10.98%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127181900.860.850.50359.4575.1728.43
Hex7F121305655321674b1c
Octal177222301261256254711334
Binary11111111001010011010101101010101110010101100111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,18,19); }

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

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

 a { background-color: rgb(127,18,19); }

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

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

 span { border-color: rgb(127,18,19); }

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