#9B3240

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

Shades of Well Read #9B3240

Tints of Well Read #9B3240

Color information

#9B3240 (or 0x9B3240) is unknown color: approx Well Read. HEX triplet: 9B, 32 and 40. RGB value is (155,50,64). Sum of RGB (Red+Green+Blue) = 155+50+64=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3240 is #64CDBF. Grayscale: #535353. Windows color (decimal): -6606272 or 4207259. OLE color: 4207259.

HSL color Cylindrical-coordinate representation of color #9B3240: hue angle of 352º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B3240 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB1555064-
CMYK00.680.590.39
HSL352º51.22%40.2%-
HSV(B)352º67.74%60.78%-
XYZ15.589.625.89-
YUV82.99117.29179.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.62%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 64 (25.39% from 255) = 23.79%
R=57.62%
G=18.59%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155506400.680.590.3935251.2240.2
Hex9B32400443B271603328
Octal23362100010473475406350
Binary10011011110010100000001000100111011100111101100000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,50,64); }

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

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

 a { background-color: rgb(155,50,64); }

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

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

 span { border-color: rgb(155,50,64); }

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