#95313E

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

Shades of Well Read #95313E

Tints of Well Read #95313E

Color information

#95313E (or 0x95313E) is unknown color: approx Well Read. HEX triplet: 95, 31 and 3E. RGB value is (149,49,62). Sum of RGB (Red+Green+Blue) = 149+49+62=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #95313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95313E is #6ACEC1. Grayscale: #505050. Windows color (decimal): -6999746 or 4075925. OLE color: 4075925.

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

Color convert

RGB1494962-
CMYK00.670.580.42
HSL352.2º50.51%38.82%-
HSV(B)352.2º67.11%58.43%-
XYZ14.368.935.52-
YUV80.38117.63176.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.31%
GREEN value IS 49 (19.53% from 255) = 18.85%
BLUE value IS 62 (24.61% from 255) = 23.85%
R=57.31%
G=18.85%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149496200.670.580.42352.250.5138.82
Hex95313E0433A2A1603327
Octal2256176010372525406347
Binary1001010111000111111001000011111010101010101100000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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