Html Css Color HEX #952542 Disco

📋 copy color: '#952542'

red 149 ◦ green 37 ◦ blue 66

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

Shades of Disco #952542

Tints of Disco #952542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.68%

 BLUE value IS 66 (26.17% from 255) = 26.19%

R = 59.13%
G = 14.68%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#952542 (or 0x952542) is known color: Disco. HEX triplet: 95, 25 and 42. RGB value is (149,37,66). Sum of RGB (Red+Green+Blue) = 149+37+66=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #952542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952542 is #6ADABD. Grayscale: #494949. Windows color (decimal): -7002814 or 4334997. OLE color: 4334997.

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

Color convert

RGB 149 37 66 -
CMYK 0 0.75 0.56 0.42
HSL 344.46º 0.6% 0.36% -
HSV(B) 344.46º 0.75% 0.58% -
XYZ 14.04 8.11 5.98 -
YUV 73.79 123.61 181.64 -
System Red Green Blue C M Y K H S L
Decimal 149 37 66 0 0.75 0.56 0.42 344.46 0.6 0.36
Hex 95 25 42 0 4B 38 2A 158 3C 24
Octal 225 45 102 0 113 70 52 530 74 44
Binary 10010101 100101 1000010 0 1001011 111000 101010 101011000 111100 100100

Color Harmonies of #952542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952542

Black with #952542

Text Example


Text Example

White with #952542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952542; }

 p { color: rgb(149,37,66); }

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

background-color css

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

 a { background-color: rgb(149,37,66); }

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

border-color css

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

 span { border-color: rgb(149,37,66); }

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