#9E0507

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

Shades of Sangria #9E0507

Tints of Sangria #9E0507

Color information

#9E0507 (or 0x9E0507) is unknown color: approx Sangria. HEX triplet: 9E, 05 and 07. RGB value is (158,5,7). Sum of RGB (Red+Green+Blue) = 158+5+7=170 (22% of max value = 765). Red value is 158 (62.11% from 255 or 92.94% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0507 is #61FAF8. Grayscale: #333333. Windows color (decimal): -6421241 or 460190. OLE color: 460190.

HSL color Cylindrical-coordinate representation of color #9E0507: hue angle of 359.22º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E0507 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB15857-
CMYK00.970.960.38
HSL359.22º93.87%31.96%-
HSV(B)359.22º96.84%61.96%-
XYZ14.197.390.88-
YUV50.98103.19204.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 92.94%
GREEN value IS 5 (2.34% from 255) = 2.94%
BLUE value IS 7 (3.12% from 255) = 4.12%
R=92.94%
G=2.94%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1585700.970.960.38359.2293.8731.96
Hex9E5706160261675e20
Octal2365701411404654713640
Binary100111101011110110000111000001001101011001111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,5,7); }

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

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

 a { background-color: rgb(158,5,7); }

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

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

 span { border-color: rgb(158,5,7); }

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