#9B383B

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

Shades of Well Read #9B383B

Tints of Well Read #9B383B

Color information

#9B383B (or 0x9B383B) is unknown color: approx Well Read. HEX triplet: 9B, 38 and 3B. RGB value is (155,56,59). Sum of RGB (Red+Green+Blue) = 155+56+59=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B383B is #64C7C4. Grayscale: #565656. Windows color (decimal): -6604741 or 3881115. OLE color: 3881115.

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

Color convert

RGB1555659-
CMYK00.640.620.39
HSL358.18º46.92%41.37%-
HSV(B)358.18º63.87%60.78%-
XYZ15.7210.115.26-
YUV85.94112.8177.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.41%
GREEN value IS 56 (22.27% from 255) = 20.74%
BLUE value IS 59 (23.44% from 255) = 21.85%
R=57.41%
G=20.74%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155565900.640.620.39358.1846.9241.37
Hex9B383B0403E271662f29
Octal2337073010076475465751
Binary1001101111100011101101000000111110100111101100110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,56,59); }

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

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

 a { background-color: rgb(155,56,59); }

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

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

 span { border-color: rgb(155,56,59); }

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