#953338

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

Shades of Well Read #953338

Tints of Well Read #953338

Color information

#953338 (or 0x953338) is unknown color: approx Well Read. HEX triplet: 95, 33 and 38. RGB value is (149,51,56). Sum of RGB (Red+Green+Blue) = 149+51+56=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #953338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953338 is #6ACCC7. Grayscale: #505050. Windows color (decimal): -6999240 or 3683221. OLE color: 3683221.

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

Color convert

RGB1495156-
CMYK00.660.620.42
HSL356.94º49%39.22%-
HSV(B)356.94º65.77%58.43%-
XYZ14.299.044.73-
YUV80.87113.97176.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.20%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 56 (22.27% from 255) = 21.88%
R=58.20%
G=19.92%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149515600.660.620.42356.944939.22
Hex9533380423E2A1653127
Octal2256370010276525456147
Binary1001010111001111100001000010111110101010101100101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953338; }

 p { color: rgb(149,51,56); }

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

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

 a { background-color: rgb(149,51,56); }

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

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

 span { border-color: rgb(149,51,56); }

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