#95333F

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

Shades of Well Read #95333F

Tints of Well Read #95333F

Color information

#95333F (or 0x95333F) is unknown color: approx Well Read. HEX triplet: 95, 33 and 3F. RGB value is (149,51,63). Sum of RGB (Red+Green+Blue) = 149+51+63=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #95333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95333F is #6ACCC0. Grayscale: #515151. Windows color (decimal): -6999233 or 4141973. OLE color: 4141973.

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

Color convert

RGB1495163-
CMYK00.660.580.42
HSL352.65º49%39.22%-
HSV(B)352.65º65.77%58.43%-
XYZ14.489.125.7-
YUV81.67117.47176.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.65%
GREEN value IS 51 (20.31% from 255) = 19.39%
BLUE value IS 63 (25% from 255) = 23.95%
R=56.65%
G=19.39%
B=23.95%

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
Decimal149516300.660.580.42352.654939.22
Hex95333F0423A2A1613127
Octal2256377010272525416147
Binary1001010111001111111101000010111010101010101100001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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