#95353c

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

Shades of Well Read #95353C

Tints of Well Read #95353C

Color information

#95353C (or 0x95353C) is unknown color: approx Well Read. HEX triplet: 95, 35 and 3C. RGB value is (149,53,60). Sum of RGB (Red+Green+Blue) = 149+53+60=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #95353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95353C is #6ACAC3. Grayscale: #525252. Windows color (decimal): -6998724 or 3945877. OLE color: 3945877.

HSL color Cylindrical-coordinate representation of color #95353C: hue angle of 355.62º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95353C is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1495360-
CMYK00.640.600.42
HSL355.62º47.52%39.61%-
HSV(B)355.62º64.43%58.43%-
XYZ14.489.265.3-
YUV82.5115.3175.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.87%
GREEN value IS 53 (21.09% from 255) = 20.23%
BLUE value IS 60 (23.83% from 255) = 22.90%
R=56.87%
G=20.23%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149536000.640.600.42355.6247.5239.61
Hex95353C0403C2A1643028
Octal2256574010074525446050
Binary1001010111010111110001000000111100101010101100100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95353c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95353c; }

 p { color: rgb(149,53,60); }

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

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

 a { background-color: rgb(149,53,60); }

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

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

 span { border-color: rgb(149,53,60); }

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