#953043

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

Shades of Well Read #953043

Tints of Well Read #953043

Color information

#953043 (or 0x953043) is unknown color: approx Well Read. HEX triplet: 95, 30 and 43. RGB value is (149,48,67). Sum of RGB (Red+Green+Blue) = 149+48+67=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #953043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953043 is #6ACFBC. Grayscale: #505050. Windows color (decimal): -6999997 or 4403349. OLE color: 4403349.

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

Color convert

RGB1494867-
CMYK00.680.550.42
HSL348.71º51.27%38.63%-
HSV(B)348.71º67.79%58.43%-
XYZ14.468.916.27-
YUV80.36120.46176.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.44%
GREEN value IS 48 (19.14% from 255) = 18.18%
BLUE value IS 67 (26.56% from 255) = 25.38%
R=56.44%
G=18.18%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149486700.680.550.42348.7151.2738.63
Hex953043044372A15d3327
Octal22560103010467525356347
Binary10010101110000100001101000100110111101010101011101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953043; }

 p { color: rgb(149,48,67); }

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

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

 a { background-color: rgb(149,48,67); }

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

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

 span { border-color: rgb(149,48,67); }

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