#9B3542

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

Shades of Well Read #9B3542

Tints of Well Read #9B3542

Color information

#9B3542 (or 0x9B3542) is unknown color: approx Well Read. HEX triplet: 9B, 35 and 42. RGB value is (155,53,66). Sum of RGB (Red+Green+Blue) = 155+53+66=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3542 is #64CABD. Grayscale: #555555. Windows color (decimal): -6605502 or 4339099. OLE color: 4339099.

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

Color convert

RGB1555366-
CMYK00.660.570.39
HSL352.35º49.04%40.78%-
HSV(B)352.35º65.81%60.78%-
XYZ15.779.916.24-
YUV84.98117.29177.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.57%
GREEN value IS 53 (21.09% from 255) = 19.34%
BLUE value IS 66 (26.17% from 255) = 24.09%
R=56.57%
G=19.34%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155536600.660.570.39352.3549.0440.78
Hex9B354204239271603129
Octal23365102010271475406151
Binary10011011110101100001001000010111001100111101100000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,53,66); }

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

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

 a { background-color: rgb(155,53,66); }

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

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

 span { border-color: rgb(155,53,66); }

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