#9B393C

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

Shades of Well Read #9B393C

Tints of Well Read #9B393C

Color information

#9B393C (or 0x9B393C) is unknown color: approx Well Read. HEX triplet: 9B, 39 and 3C. RGB value is (155,57,60). Sum of RGB (Red+Green+Blue) = 155+57+60=272 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.99% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 155 - color contains mainly: red. Hex color #9B393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B393C is #64C6C3. Grayscale: #565656. Windows color (decimal): -6604484 or 3946907. OLE color: 3946907.

HSL color Cylindrical-coordinate representation of color #9B393C: hue angle of 358.16º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B393C is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB1555760-
CMYK00.630.610.39
HSL358.16º46.23%41.57%-
HSV(B)358.16º63.23%60.78%-
XYZ15.810.225.42-
YUV86.64112.97176.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.99%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 60 (23.83% from 255) = 22.06%
R=56.99%
G=20.96%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155576000.630.610.39358.1646.2341.57
Hex9B393C03F3D271662e2a
Octal233717407775475465652
Binary100110111110011111000111111111101100111101100110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,57,60); }

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

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

 a { background-color: rgb(155,57,60); }

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

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

 span { border-color: rgb(155,57,60); }

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