#953B42

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

Shades of Well Read #953B42

Tints of Well Read #953B42

Color information

#953B42 (or 0x953B42) is unknown color: approx Well Read. HEX triplet: 95, 3B and 42. RGB value is (149,59,66). Sum of RGB (Red+Green+Blue) = 149+59+66=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #953B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B42 is #6AC4BD. Grayscale: #565656. Windows color (decimal): -6997182 or 4340629. OLE color: 4340629.

HSL color Cylindrical-coordinate representation of color #953B42: hue angle of 355.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953B42 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB1495966-
CMYK00.600.560.42
HSL355.33º43.27%40.78%-
HSV(B)355.33º60.4%58.43%-
XYZ14.949.916.28-
YUV86.71116.32172.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.38%
GREEN value IS 59 (23.44% from 255) = 21.53%
BLUE value IS 66 (26.17% from 255) = 24.09%
R=54.38%
G=21.53%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149596600.600.560.42355.3343.2740.78
Hex953B4203C382A1632b29
Octal2257310207470525435351
Binary1001010111101110000100111100111000101010101100011101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953B42; }

 p { color: rgb(149,59,66); }

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

<style>
 a { background-color: #953B42; }

 a { background-color: rgb(149,59,66); }

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

<style>
 span { border-color: #953B42; }

 span { border-color: rgb(149,59,66); }

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