#9B3839

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

Shades of Well Read #9B3839

Tints of Well Read #9B3839

Color information

#9B3839 (or 0x9B3839) is unknown color: approx Well Read. HEX triplet: 9B, 38 and 39. RGB value is (155,56,57). Sum of RGB (Red+Green+Blue) = 155+56+57=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3839 is #64C7C6. Grayscale: #555555. Windows color (decimal): -6604743 or 3750043. OLE color: 3750043.

HSL color Cylindrical-coordinate representation of color #9B3839: hue angle of 359.39º 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 #9B3839 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB1555657-
CMYK00.640.630.39
HSL359.39º46.92%41.37%-
HSV(B)359.39º63.87%60.78%-
XYZ15.6710.094.99-
YUV85.72111.8177.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.84%
GREEN value IS 56 (22.27% from 255) = 20.90%
BLUE value IS 57 (22.66% from 255) = 21.27%
R=57.84%
G=20.90%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155565700.640.630.39359.3946.9241.37
Hex9B38390403F271672f29
Octal2337071010077475475751
Binary1001101111100011100101000000111111100111101100111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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