#952F3F

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

Shades of Well Read #952F3F

Tints of Well Read #952F3F

Color information

#952F3F (or 0x952F3F) is unknown color: approx Well Read. HEX triplet: 95, 2F and 3F. RGB value is (149,47,63). Sum of RGB (Red+Green+Blue) = 149+47+63=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #952F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952F3F is #6AD0C0. Grayscale: #4F4F4F. Windows color (decimal): -7000257 or 4140949. OLE color: 4140949.

HSL color Cylindrical-coordinate representation of color #952F3F: hue angle of 350.59º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #952F3F is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB1494763-
CMYK00.680.580.42
HSL350.59º52.04%38.43%-
HSV(B)350.59º68.46%58.43%-
XYZ14.318.785.64-
YUV79.32118.79177.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.53%
GREEN value IS 47 (18.75% from 255) = 18.15%
BLUE value IS 63 (25% from 255) = 24.32%
R=57.53%
G=18.15%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149476300.680.580.42350.5952.0438.43
Hex952F3F0443A2A15f3426
Octal2255777010472525376446
Binary1001010110111111111101000100111010101010101011111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952F3F; }

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

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

<style>
 a { background-color: #952F3F; }

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

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

<style>
 span { border-color: #952F3F; }

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

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