#9B3E41

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

Shades of Well Read #9B3E41

Tints of Well Read #9B3E41

Color information

#9B3E41 (or 0x9B3E41) is unknown color: approx Well Read. HEX triplet: 9B, 3E and 41. RGB value is (155,62,65). Sum of RGB (Red+Green+Blue) = 155+62+65=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3E41 is #64C1BE. Grayscale: #5A5A5A. Windows color (decimal): -6603199 or 4275867. OLE color: 4275867.

HSL color Cylindrical-coordinate representation of color #9B3E41: hue angle of 358.06º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B3E41 is Cyan = 0, Magento = 0.6, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB1556265-
CMYK00.60.580.39
HSL358.06º42.86%42.55%-
HSV(B)358.06º60%60.78%-
XYZ16.1910.86.23-
YUV90.15113.81174.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.96%
GREEN value IS 62 (24.61% from 255) = 21.99%
BLUE value IS 65 (25.78% from 255) = 23.05%
R=54.96%
G=21.99%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155626500.60.580.39358.0642.8642.55
Hex9B3E4103C3A271662b2b
Octal2337610107472475465353
Binary1001101111111010000010111100111010100111101100110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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