#951A40

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

Shades of Disco #951A40

Tints of Disco #951A40

Color information

#951A40 (or 0x951A40) is unknown color: approx Disco. HEX triplet: 95, 1A and 40. RGB value is (149,26,64). Sum of RGB (Red+Green+Blue) = 149+26+64=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #951A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951A40 is #6AE5BF. Grayscale: #434343. Windows color (decimal): -7005632 or 4201109. OLE color: 4201109.

HSL color Cylindrical-coordinate representation of color #951A40: hue angle of 341.46º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951A40 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB1492664-
CMYK00.830.570.42
HSL341.46º70.29%34.31%-
HSV(B)341.46º82.55%58.43%-
XYZ13.697.55.58-
YUV67.11126.25186.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.34%
GREEN value IS 26 (10.55% from 255) = 10.88%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=62.34%
G=10.88%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149266400.830.570.42341.4670.2934.31
Hex951A40053392A1554622
Octal225321000123715252510642
Binary10010101110101000000010100111110011010101010101011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951A40; }

 p { color: rgb(149,26,64); }

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

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

 a { background-color: rgb(149,26,64); }

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

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

 span { border-color: rgb(149,26,64); }

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