#9B3841

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

Shades of Well Read #9B3841

Tints of Well Read #9B3841

Color information

#9B3841 (or 0x9B3841) is unknown color: approx Well Read. HEX triplet: 9B, 38 and 41. RGB value is (155,56,65). Sum of RGB (Red+Green+Blue) = 155+56+65=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3841 is #64C7BE. Grayscale: #565656. Windows color (decimal): -6604735 or 4274331. OLE color: 4274331.

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

Color convert

RGB1555665-
CMYK00.640.580.39
HSL354.55º46.92%41.37%-
HSV(B)354.55º63.87%60.78%-
XYZ15.8910.186.13-
YUV86.63115.8176.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.16%
GREEN value IS 56 (22.27% from 255) = 20.29%
BLUE value IS 65 (25.78% from 255) = 23.55%
R=56.16%
G=20.29%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155566500.640.580.39354.5546.9241.37
Hex9B38410403A271632f29
Octal23370101010072475435751
Binary10011011111000100000101000000111010100111101100011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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