#9E383E

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

Shades of Well Read #9E383E

Tints of Well Read #9E383E

Color information

#9E383E (or 0x9E383E) is unknown color: approx Well Read. HEX triplet: 9E, 38 and 3E. RGB value is (158,56,62). Sum of RGB (Red+Green+Blue) = 158+56+62=276 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.25% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 158 - color contains mainly: red. Hex color #9E383E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E383E is #61C7C1. Grayscale: #575757. Windows color (decimal): -6408130 or 4077726. OLE color: 4077726.

HSL color Cylindrical-coordinate representation of color #9E383E: hue angle of 356.47º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E383E is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB1585662-
CMYK00.650.610.38
HSL356.47º47.66%41.96%-
HSV(B)356.47º64.56%61.96%-
XYZ16.3810.455.71-
YUV87.18113.79178.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.25%
GREEN value IS 56 (22.27% from 255) = 20.29%
BLUE value IS 62 (24.61% from 255) = 22.46%
R=57.25%
G=20.29%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158566200.650.610.38356.4747.6641.96
Hex9E383E0413D26164302a
Octal2367076010175465446052
Binary1001111011100011111001000001111101100110101100100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,56,62); }

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

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

 a { background-color: rgb(158,56,62); }

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

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

 span { border-color: rgb(158,56,62); }

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