#952241

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

Shades of Disco #952241

Tints of Disco #952241

Color information

#952241 (or 0x952241) is unknown color: approx Disco. HEX triplet: 95, 22 and 41. RGB value is (149,34,65). Sum of RGB (Red+Green+Blue) = 149+34+65=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #952241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952241 is #6ADDBE. Grayscale: #474747. Windows color (decimal): -7003583 or 4268693. OLE color: 4268693.

HSL color Cylindrical-coordinate representation of color #952241: hue angle of 343.83º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952241 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB1493465-
CMYK00.770.560.42
HSL343.83º62.84%35.88%-
HSV(B)343.83º77.18%58.43%-
XYZ13.927.925.8-
YUV71.92124.1182.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.08%
GREEN value IS 34 (13.67% from 255) = 13.71%
BLUE value IS 65 (25.78% from 255) = 26.21%
R=60.08%
G=13.71%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149346500.770.560.42343.8362.8435.88
Hex95224104D382A1583f24
Octal22542101011570525307744
Binary10010101100010100000101001101111000101010101011000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952241; }

 p { color: rgb(149,34,65); }

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

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

 a { background-color: rgb(149,34,65); }

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

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

 span { border-color: rgb(149,34,65); }

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