Html Css Color HEX #9E393B Well Read

📋 copy color: '#9E393B'

red 158 ◦ green 57 ◦ blue 59

#9E393B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Well Read #9E393B

Tints of Well Read #9E393B

RGB

 RED value IS 158 (62.11% from 255) = 57.66%

 GREEN value IS 57 (22.66% from 255) = 20.8%

 BLUE value IS 59 (23.44% from 255) = 21.53%

R = 57.66%
G = 20.8%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9E393B (or 0x9E393B) is known color: Well Read. HEX triplet: 9E, 39 and 3B. RGB value is (158,57,59). Sum of RGB (Red+Green+Blue) = 158+57+59=274 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.66% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 158 - color contains mainly: red. Hex color #9E393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E393B is #61C6C4. Grayscale: #575757. Windows color (decimal): -6407877 or 3881374. OLE color: 3881374.

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

Color convert

RGB 158 57 59 -
CMYK 0 0.64 0.63 0.38
HSL 358.81º 0.47% 0.42% -
HSV(B) 358.81º 0.64% 0.62% -
XYZ 16.35 10.51 5.3 -
YUV 87.43 111.96 178.34 -
System Red Green Blue C M Y K H S L
Decimal 158 57 59 0 0.64 0.63 0.38 358.81 0.47 0.42
Hex 9E 39 3B 0 40 3F 26 167 2F 2A
Octal 236 71 73 0 100 77 46 547 57 52
Binary 10011110 111001 111011 0 1000000 111111 100110 101100111 101111 101010

Color Harmonies of #9E393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E393B

Black with #9E393B

Text Example


Text Example

White with #9E393B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,57,59); }

 H1.HeaderClassName
 {
   color: #9E393B;
 }
 .AnyTagClassName
 {
   color: #9E393B;
 }
</style>

background-color css

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

 a { background-color: rgb(158,57,59); }

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

border-color css

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

 span { border-color: rgb(158,57,59); }

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