#95373F

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

Shades of Well Read #95373F

Tints of Well Read #95373F

Color information

#95373F (or 0x95373F) is unknown color: approx Well Read. HEX triplet: 95, 37 and 3F. RGB value is (149,55,63). Sum of RGB (Red+Green+Blue) = 149+55+63=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #95373F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95373F is #6AC8C0. Grayscale: #545454. Windows color (decimal): -6998209 or 4142997. OLE color: 4142997.

HSL color Cylindrical-coordinate representation of color #95373F: hue angle of 354.89º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95373F is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB1495563-
CMYK00.630.580.42
HSL354.89º46.08%40%-
HSV(B)354.89º63.09%58.43%-
XYZ14.669.485.76-
YUV84.02116.14174.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.81%
GREEN value IS 55 (21.88% from 255) = 20.60%
BLUE value IS 63 (25% from 255) = 23.60%
R=55.81%
G=20.60%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149556300.630.580.42354.8946.0840
Hex95373F03F3A2A1632e28
Octal225677707772525435650
Binary100101011101111111110111111111010101010101100011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95373F; }

 p { color: rgb(149,55,63); }

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

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

 a { background-color: rgb(149,55,63); }

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

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

 span { border-color: rgb(149,55,63); }

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