#952E45

Color #952E45 Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #952E45

Tints of Disco #952E45

Color information

#952E45 (or 0x952E45) is unknown color: approx Disco. HEX triplet: 95, 2E and 45. RGB value is (149,46,69). Sum of RGB (Red+Green+Blue) = 149+46+69=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #952E45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E45 is #6AD1BA. Grayscale: #4F4F4F. Windows color (decimal): -7000507 or 4533909. OLE color: 4533909.

HSL color Cylindrical-coordinate representation of color #952E45: hue angle of 346.6º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E45 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB1494669-
CMYK00.690.540.42
HSL346.6º52.82%38.24%-
HSV(B)346.6º69.13%58.43%-
XYZ14.458.776.56-
YUV79.42122.12177.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.44%
GREEN value IS 46 (18.36% from 255) = 17.42%
BLUE value IS 69 (27.34% from 255) = 26.14%
R=56.44%
G=17.42%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149466900.690.540.42346.652.8238.24
Hex952E45045362A15b3526
Octal22556105010566525336546
Binary10010101101110100010101000101110110101010101011011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952E45; }

 p { color: rgb(149,46,69); }

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

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

 a { background-color: rgb(149,46,69); }

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

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

 span { border-color: rgb(149,46,69); }

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