Html Css Color HEX #952040 Disco

📋 copy color: '#952040'

red 149 ◦ green 32 ◦ blue 64

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

Shades of Disco #952040

Tints of Disco #952040

RGB

 RED value IS 149 (58.59% from 255) = 60.82%

 GREEN value IS 32 (12.89% from 255) = 13.06%

 BLUE value IS 64 (25.39% from 255) = 26.12%

R = 60.82%
G = 13.06%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#952040 (or 0x952040) is known color: Disco. HEX triplet: 95, 20 and 40. RGB value is (149,32,64). Sum of RGB (Red+Green+Blue) = 149+32+64=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #952040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952040 is #6ADFBF. Grayscale: #464646. Windows color (decimal): -7004096 or 4202645. OLE color: 4202645.

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

Color convert

RGB 149 32 64 -
CMYK 0 0.79 0.57 0.42
HSL 343.59º 0.65% 0.35% -
HSV(B) 343.59º 0.79% 0.58% -
XYZ 13.84 7.79 5.63 -
YUV 70.63 124.26 183.9 -
System Red Green Blue C M Y K H S L
Decimal 149 32 64 0 0.79 0.57 0.42 343.59 0.65 0.35
Hex 95 20 40 0 4F 39 2A 158 41 23
Octal 225 40 100 0 117 71 52 530 101 43
Binary 10010101 100000 1000000 0 1001111 111001 101010 101011000 1000001 100011

Color Harmonies of #952040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952040

Black with #952040

Text Example


Text Example

White with #952040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952040; }

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

 H1.HeaderClassName
 {
   color: #952040;
 }
 .AnyTagClassName
 {
   color: #952040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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