Html Css Color HEX #952942 Disco

📋 copy color: '#952942'

red 149 ◦ green 41 ◦ blue 66

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

Shades of Disco #952942

Tints of Disco #952942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.02%

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

R = 58.2%
G = 16.02%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#952942 (or 0x952942) is known color: Disco. HEX triplet: 95, 29 and 42. RGB value is (149,41,66). Sum of RGB (Red+Green+Blue) = 149+41+66=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #952942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952942 is #6AD6BD. Grayscale: #4C4C4C. Windows color (decimal): -7001790 or 4336021. OLE color: 4336021.

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

Color convert

RGB 149 41 66 -
CMYK 0 0.72 0.56 0.42
HSL 346.11º 0.57% 0.37% -
HSV(B) 346.11º 0.72% 0.58% -
XYZ 14.17 8.37 6.02 -
YUV 76.14 122.28 179.97 -
System Red Green Blue C M Y K H S L
Decimal 149 41 66 0 0.72 0.56 0.42 346.11 0.57 0.37
Hex 95 29 42 0 48 38 2A 15A 39 25
Octal 225 51 102 0 110 70 52 532 71 45
Binary 10010101 101001 1000010 0 1001000 111000 101010 101011010 111001 100101

Color Harmonies of #952942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952942

Black with #952942

Text Example


Text Example

White with #952942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952942; }

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

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

background-color css

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

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

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

border-color css

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

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

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