#9A070E

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

Shades of Sangria #9A070E

Tints of Sangria #9A070E

Color information

#9A070E (or 0x9A070E) is unknown color: approx Sangria. HEX triplet: 9A, 07 and 0E. RGB value is (154,7,14). Sum of RGB (Red+Green+Blue) = 154+7+14=175 (23% of max value = 765). Red value is 154 (60.55% from 255 or 88% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 154 - color contains mainly: red. Hex color #9A070E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A070E is #65F8F1. Grayscale: #333333. Windows color (decimal): -6682866 or 919450. OLE color: 919450.

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

Color convert

RGB154714-
CMYK00.950.910.40
HSL357.14º91.3%31.57%-
HSV(B)357.14º95.45%60.39%-
XYZ13.487.051.07-
YUV51.75106.7200.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 88%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 14 (5.86% from 255) = 8%
R=88%
G=4%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15471400.950.910.40357.1491.331.57
Hex9A7E05F5B281655b20
Octal23271601371335054513340
Binary1001101011111100101111110110111010001011001011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,7,14); }

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

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

 a { background-color: rgb(154,7,14); }

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

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

 span { border-color: rgb(154,7,14); }

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