#9A1213

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

Shades of Sangria #9A1213

Tints of Sangria #9A1213

Color information

#9A1213 (or 0x9A1213) is unknown color: approx Sangria. HEX triplet: 9A, 12 and 13. RGB value is (154,18,19). Sum of RGB (Red+Green+Blue) = 154+18+19=191 (25% of max value = 765). Red value is 154 (60.55% from 255 or 80.63% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1213 is #65EDEC. Grayscale: #3A3A3A. Windows color (decimal): -6680045 or 1249946. OLE color: 1249946.

HSL color Cylindrical-coordinate representation of color #9A1213: hue angle of 359.56º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A1213 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB1541819-
CMYK00.880.880.40
HSL359.56º79.07%33.73%-
HSV(B)359.56º88.31%60.39%-
XYZ13.667.351.31-
YUV58.78105.56195.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 80.63%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 19 (7.81% from 255) = 9.95%
R=80.63%
G=9.42%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154181900.880.880.40359.5679.0733.73
Hex9A121305858281684f22
Octal232222301301305055011742
Binary1001101010010100110101100010110001010001011010001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A1213; }

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

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

<style>
 a { background-color: #9A1213; }

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

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

<style>
 span { border-color: #9A1213; }

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

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