#952A44

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

Shades of Disco #952A44

Tints of Disco #952A44

Color information

#952A44 (or 0x952A44) is unknown color: approx Disco. HEX triplet: 95, 2A and 44. RGB value is (149,42,68). Sum of RGB (Red+Green+Blue) = 149+42+68=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #952A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952A44 is #6AD5BB. Grayscale: #4C4C4C. Windows color (decimal): -7001532 or 4467349. OLE color: 4467349.

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

Color convert

RGB1494268-
CMYK00.720.540.42
HSL345.42º56.02%37.45%-
HSV(B)345.42º71.81%58.43%-
XYZ14.278.466.35-
YUV76.96122.95179.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.53%
GREEN value IS 42 (16.80% from 255) = 16.22%
BLUE value IS 68 (26.95% from 255) = 26.25%
R=57.53%
G=16.22%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149426800.720.540.42345.4256.0237.45
Hex952A44048362A1593825
Octal22552104011066525317045
Binary10010101101010100010001001000110110101010101011001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,42,68); }

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

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

 a { background-color: rgb(149,42,68); }

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

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

 span { border-color: rgb(149,42,68); }

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