#95343C

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

Shades of Well Read #95343C

Tints of Well Read #95343C

Color information

#95343C (or 0x95343C) is unknown color: approx Well Read. HEX triplet: 95, 34 and 3C. RGB value is (149,52,60). Sum of RGB (Red+Green+Blue) = 149+52+60=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95343C is #6ACBC3. Grayscale: #515151. Windows color (decimal): -6998980 or 3945621. OLE color: 3945621.

HSL color Cylindrical-coordinate representation of color #95343C: hue angle of 355.05º 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 #95343C is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1495260-
CMYK00.650.600.42
HSL355.05º48.26%39.41%-
HSV(B)355.05º65.1%58.43%-
XYZ14.449.175.28-
YUV81.91115.64175.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.09%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 60 (23.83% from 255) = 22.99%
R=57.09%
G=19.92%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149526000.650.600.42355.0548.2639.41
Hex95343C0413C2A1633027
Octal2256474010174525436047
Binary1001010111010011110001000001111100101010101100011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95343C; }

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

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

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

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

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

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

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

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