#953439

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

Shades of Well Read #953439

Tints of Well Read #953439

Color information

#953439 (or 0x953439) is unknown color: approx Well Read. HEX triplet: 95, 34 and 39. RGB value is (149,52,57). Sum of RGB (Red+Green+Blue) = 149+52+57=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #953439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953439 is #6ACBC6. Grayscale: #515151. Windows color (decimal): -6998983 or 3749013. OLE color: 3749013.

HSL color Cylindrical-coordinate representation of color #953439: hue angle of 356.91º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #953439 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB1495257-
CMYK00.650.620.42
HSL356.91º48.26%39.41%-
HSV(B)356.91º65.1%58.43%-
XYZ14.369.144.88-
YUV81.57114.14176.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.75%
GREEN value IS 52 (20.70% from 255) = 20.16%
BLUE value IS 57 (22.66% from 255) = 22.09%
R=57.75%
G=20.16%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149525700.650.620.42356.9148.2639.41
Hex9534390413E2A1653027
Octal2256471010176525456047
Binary1001010111010011100101000001111110101010101100101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953439; }

 p { color: rgb(149,52,57); }

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

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

 a { background-color: rgb(149,52,57); }

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

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

 span { border-color: rgb(149,52,57); }

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