#9E050F

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

Shades of Sangria #9E050F

Tints of Sangria #9E050F

Color information

#9E050F (or 0x9E050F) is unknown color: approx Sangria. HEX triplet: 9E, 05 and 0F. RGB value is (158,5,15). Sum of RGB (Red+Green+Blue) = 158+5+15=178 (23% of max value = 765). Red value is 158 (62.11% from 255 or 88.76% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 158 - color contains mainly: red. Hex color #9E050F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E050F is #61FAF0. Grayscale: #343434. Windows color (decimal): -6421233 or 984478. OLE color: 984478.

HSL color Cylindrical-coordinate representation of color #9E050F: hue angle of 356.08º 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 #9E050F is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB158515-
CMYK00.970.910.38
HSL356.08º93.87%31.96%-
HSV(B)356.08º96.84%61.96%-
XYZ14.247.411.13-
YUV51.89107.19203.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 88.76%
GREEN value IS 5 (2.34% from 255) = 2.81%
BLUE value IS 15 (6.25% from 255) = 8.43%
R=88.76%
G=2.81%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15851500.970.910.38356.0893.8731.96
Hex9E5F0615B261645e20
Octal23651701411334654413640
Binary1001111010111110110000110110111001101011001001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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