Html Css Color HEX #951C40 Disco

📋 copy color: '#951C40'

red 149 ◦ green 28 ◦ blue 64

#951C40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Disco #951C40

Tints of Disco #951C40

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 value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#951C40 (or 0x951C40) is known color: 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

RGB 149 28 64 -
CMYK 0 0.81 0.57 0.42
HSL 342.15º 0.68% 0.35% -
HSV(B) 342.15º 0.81% 0.58% -
XYZ 13.74 7.59 5.59 -
YUV 68.28 125.59 185.57 -
System Red Green Blue C M Y K H S L
Decimal 149 28 64 0 0.81 0.57 0.42 342.15 0.68 0.35
Hex 95 1C 40 0 51 39 2A 156 44 23
Octal 225 34 100 0 121 71 52 526 104 43
Binary 10010101 11100 1000000 0 1010001 111001 101010 101010110 1000100 100011

Color Harmonies of #951C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C40

Black with #951C40

Text Example


Text Example

White with #951C40

Text Example


Text Example

HTML Codes & Css Web 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>