#9B353D

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

Shades of Well Read #9B353D

Tints of Well Read #9B353D

Color information

#9B353D (or 0x9B353D) is unknown color: approx Well Read. HEX triplet: 9B, 35 and 3D. RGB value is (155,53,61). Sum of RGB (Red+Green+Blue) = 155+53+61=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B353D is #64CAC2. Grayscale: #545454. Windows color (decimal): -6605507 or 4011419. OLE color: 4011419.

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

Color convert

RGB1555361-
CMYK00.660.610.39
HSL355.29º49.04%40.78%-
HSV(B)355.29º65.81%60.78%-
XYZ15.639.855.49-
YUV84.41114.79178.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.62%
GREEN value IS 53 (21.09% from 255) = 19.70%
BLUE value IS 61 (24.22% from 255) = 22.68%
R=57.62%
G=19.70%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155536100.660.610.39355.2949.0440.78
Hex9B353D0423D271633129
Octal2336575010275475436151
Binary1001101111010111110101000010111101100111101100011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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