#95363E

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

Shades of Well Read #95363E

Tints of Well Read #95363E

Color information

#95363E (or 0x95363E) is unknown color: approx Well Read. HEX triplet: 95, 36 and 3E. RGB value is (149,54,62). Sum of RGB (Red+Green+Blue) = 149+54+62=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #95363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95363E is #6AC9C1. Grayscale: #535353. Windows color (decimal): -6998466 or 4077205. OLE color: 4077205.

HSL color Cylindrical-coordinate representation of color #95363E: hue angle of 354.95º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95363E is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB1495462-
CMYK00.640.580.42
HSL354.95º46.8%39.8%-
HSV(B)354.95º63.76%58.43%-
XYZ14.589.385.6-
YUV83.32115.97174.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 54 (21.48% from 255) = 20.38%
BLUE value IS 62 (24.61% from 255) = 23.40%
R=56.23%
G=20.38%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149546200.640.580.42354.9546.839.8
Hex95363E0403A2A1632f28
Octal2256676010072525435750
Binary1001010111011011111001000000111010101010101100011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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