#95323F

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

Shades of Well Read #95323F

Tints of Well Read #95323F

Color information

#95323F (or 0x95323F) is unknown color: approx Well Read. HEX triplet: 95, 32 and 3F. RGB value is (149,50,63). Sum of RGB (Red+Green+Blue) = 149+50+63=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #95323F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95323F is #6ACDC0. Grayscale: #515151. Windows color (decimal): -6999489 or 4141717. OLE color: 4141717.

HSL color Cylindrical-coordinate representation of color #95323F: hue angle of 352.12º degrees, saturation: 0.5, 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 #95323F is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB1495063-
CMYK00.660.580.42
HSL352.12º49.75%39.02%-
HSV(B)352.12º66.44%58.43%-
XYZ14.439.035.68-
YUV81.08117.8176.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.87%
GREEN value IS 50 (19.92% from 255) = 19.08%
BLUE value IS 63 (25% from 255) = 24.05%
R=56.87%
G=19.08%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149506300.660.580.42352.1249.7539.02
Hex95323F0423A2A1603227
Octal2256277010272525406247
Binary1001010111001011111101000010111010101010101100000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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