#95353E

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

Shades of Well Read #95353E

Tints of Well Read #95353E

Color information

#95353E (or 0x95353E) is unknown color: approx Well Read. HEX triplet: 95, 35 and 3E. RGB value is (149,53,62). Sum of RGB (Red+Green+Blue) = 149+53+62=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #95353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95353E is #6ACAC1. Grayscale: #525252. Windows color (decimal): -6998722 or 4076949. OLE color: 4076949.

HSL color Cylindrical-coordinate representation of color #95353E: hue angle of 354.38º 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 #95353E is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB1495362-
CMYK00.640.580.42
HSL354.38º47.52%39.61%-
HSV(B)354.38º64.43%58.43%-
XYZ14.549.285.58-
YUV82.73116.3175.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.44%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 62 (24.61% from 255) = 23.48%
R=56.44%
G=20.08%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149536200.640.580.42354.3847.5239.61
Hex95353E0403A2A1623028
Octal2256576010072525426050
Binary1001010111010111111001000000111010101010101100010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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