#9E574E

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

Shades of Crail #9E574E

Tints of Crail #9E574E

Color information

#9E574E (or 0x9E574E) is unknown color: approx Crail. HEX triplet: 9E, 57 and 4E. RGB value is (158,87,78). Sum of RGB (Red+Green+Blue) = 158+87+78=323 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.92% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 158 - color contains mainly: red. Hex color #9E574E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E574E is #61A8B1. Grayscale: #6B6B6B. Windows color (decimal): -6400178 or 5134238. OLE color: 5134238.

HSL color Cylindrical-coordinate representation of color #9E574E: hue angle of 6.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E574E is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB1588778-
CMYK00.450.510.38
HSL6.75º33.9%46.27%-
HSV(B)6.75º50.63%61.96%-
XYZ18.8814.649.04-
YUV107.2111.52164.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.92%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 78 (30.86% from 255) = 24.15%
R=48.92%
G=26.93%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158877800.450.510.386.7533.946.27
Hex9E574E02D33267222e
Octal236127116055634674256
Binary10011110101011110011100101101110011100110111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,87,78); }

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

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

 a { background-color: rgb(158,87,78); }

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

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

 span { border-color: rgb(158,87,78); }

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