#9B3342

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

Shades of Well Read #9B3342

Tints of Well Read #9B3342

Color information

#9B3342 (or 0x9B3342) is unknown color: approx Well Read. HEX triplet: 9B, 33 and 42. RGB value is (155,51,66). Sum of RGB (Red+Green+Blue) = 155+51+66=272 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.99% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3342 is #64CCBD. Grayscale: #535353. Windows color (decimal): -6606014 or 4338587. OLE color: 4338587.

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

Color convert

RGB1555166-
CMYK00.670.570.39
HSL351.35º50.49%40.39%-
HSV(B)351.35º67.1%60.78%-
XYZ15.689.736.21-
YUV83.81117.96178.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.99%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 66 (26.17% from 255) = 24.26%
R=56.99%
G=18.75%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155516600.670.570.39351.3550.4940.39
Hex9B3342043392715f3228
Octal23363102010371475376250
Binary10011011110011100001001000011111001100111101011111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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