#95333C

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

Shades of Well Read #95333C

Tints of Well Read #95333C

Color information

#95333C (or 0x95333C) is unknown color: approx Well Read. HEX triplet: 95, 33 and 3C. RGB value is (149,51,60). Sum of RGB (Red+Green+Blue) = 149+51+60=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #95333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95333C is #6ACCC3. Grayscale: #515151. Windows color (decimal): -6999236 or 3945365. OLE color: 3945365.

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

Color convert

RGB1495160-
CMYK00.660.600.42
HSL354.49º49%39.22%-
HSV(B)354.49º65.77%58.43%-
XYZ14.399.085.27-
YUV81.33115.97176.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.31%
GREEN value IS 51 (20.31% from 255) = 19.62%
BLUE value IS 60 (23.83% from 255) = 23.08%
R=57.31%
G=19.62%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149516000.660.600.42354.494939.22
Hex95333C0423C2A1623127
Octal2256374010274525426147
Binary1001010111001111110001000010111100101010101100010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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