#95333E

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

Shades of Well Read #95333E

Tints of Well Read #95333E

Color information

#95333E (or 0x95333E) is unknown color: approx Well Read. HEX triplet: 95, 33 and 3E. RGB value is (149,51,62). Sum of RGB (Red+Green+Blue) = 149+51+62=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #95333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95333E is #6ACCC1. Grayscale: #515151. Windows color (decimal): -6999234 or 4076437. OLE color: 4076437.

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

Color convert

RGB1495162-
CMYK00.660.580.42
HSL353.27º49%39.22%-
HSV(B)353.27º65.77%58.43%-
XYZ14.459.115.55-
YUV81.56116.97176.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.87%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 62 (24.61% from 255) = 23.66%
R=56.87%
G=19.47%
B=23.66%

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
Decimal149516200.660.580.42353.274939.22
Hex95333E0423A2A1613127
Octal2256376010272525416147
Binary1001010111001111111001000010111010101010101100001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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