Html Css Color HEX #952141 Disco

📋 copy color: '#952141'

red 149 ◦ green 33 ◦ blue 65

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

Shades of Disco #952141

Tints of Disco #952141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.36%

 BLUE value IS 65 (25.78% from 255) = 26.32%

R = 60.32%
G = 13.36%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#952141 (or 0x952141) is known color: Disco. HEX triplet: 95, 21 and 41. RGB value is (149,33,65). Sum of RGB (Red+Green+Blue) = 149+33+65=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #952141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952141 is #6ADEBE. Grayscale: #474747. Windows color (decimal): -7003839 or 4268437. OLE color: 4268437.

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

Color convert

RGB 149 33 65 -
CMYK 0 0.78 0.56 0.42
HSL 343.45º 0.64% 0.36% -
HSV(B) 343.45º 0.78% 0.58% -
XYZ 13.89 7.86 5.79 -
YUV 71.33 124.43 183.4 -
System Red Green Blue C M Y K H S L
Decimal 149 33 65 0 0.78 0.56 0.42 343.45 0.64 0.36
Hex 95 21 41 0 4E 38 2A 157 40 24
Octal 225 41 101 0 116 70 52 527 100 44
Binary 10010101 100001 1000001 0 1001110 111000 101010 101010111 1000000 100100

Color Harmonies of #952141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952141

Black with #952141

Text Example


Text Example

White with #952141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952141; }

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

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

background-color css

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

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

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

border-color css

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

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

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