#9E594F

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

Shades of Crail #9E594F

Tints of Crail #9E594F

Color information

#9E594F (or 0x9E594F) is unknown color: approx Crail. HEX triplet: 9E, 59 and 4F. RGB value is (158,89,79). Sum of RGB (Red+Green+Blue) = 158+89+79=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E594F is #61A6B0. Grayscale: #6C6C6C. Windows color (decimal): -6399665 or 5200286. OLE color: 5200286.

HSL color Cylindrical-coordinate representation of color #9E594F: hue angle of 7.59º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E594F is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB1588979-
CMYK00.440.500.38
HSL7.59º33.33%46.47%-
HSV(B)7.59º50%61.96%-
XYZ19.0814.989.28-
YUV108.49111.36163.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.47%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 79 (31.25% from 255) = 24.23%
R=48.47%
G=27.30%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158897900.440.500.387.5933.3346.47
Hex9E594F02C32268212e
Octal2361311170546246104156
Binary100111101011001100111101011001100101001101000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,89,79); }

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

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

 a { background-color: rgb(158,89,79); }

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

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

 span { border-color: rgb(158,89,79); }

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