#951C40

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

Shades of Disco #951C40

Tints of Disco #951C40

Color information

#951C40 (or 0x951C40) is unknown color: approx Disco. HEX triplet: 95, 1C and 40. RGB value is (149,28,64). Sum of RGB (Red+Green+Blue) = 149+28+64=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #951C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951C40 is #6AE3BF. Grayscale: #444444. Windows color (decimal): -7005120 or 4201621. OLE color: 4201621.

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

Color convert

RGB1492864-
CMYK00.810.570.42
HSL342.15º68.36%34.71%-
HSV(B)342.15º81.21%58.43%-
XYZ13.747.595.59-
YUV68.28125.59185.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.83%
GREEN value IS 28 (11.33% from 255) = 11.62%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=61.83%
G=11.62%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149286400.810.570.42342.1568.3634.71
Hex951C40051392A1564423
Octal225341000121715252610443
Binary10010101111001000000010100011110011010101010101101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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