Html Css Color HEX #952442 Disco

📋 copy color: '#952442'

red 149 ◦ green 36 ◦ blue 66

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

Shades of Disco #952442

Tints of Disco #952442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.34%

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

R = 59.36%
G = 14.34%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#952442 (or 0x952442) is known color: Disco. HEX triplet: 95, 24 and 42. RGB value is (149,36,66). Sum of RGB (Red+Green+Blue) = 149+36+66=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #952442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952442 is #6ADBBD. Grayscale: #494949. Windows color (decimal): -7003070 or 4334741. OLE color: 4334741.

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

Color convert

RGB 149 36 66 -
CMYK 0 0.76 0.56 0.42
HSL 344.07º 0.61% 0.36% -
HSV(B) 344.07º 0.76% 0.58% -
XYZ 14.01 8.04 5.97 -
YUV 73.21 123.94 182.06 -
System Red Green Blue C M Y K H S L
Decimal 149 36 66 0 0.76 0.56 0.42 344.07 0.61 0.36
Hex 95 24 42 0 4C 38 2A 158 3D 24
Octal 225 44 102 0 114 70 52 530 75 44
Binary 10010101 100100 1000010 0 1001100 111000 101010 101011000 111101 100100

Color Harmonies of #952442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952442

Black with #952442

Text Example


Text Example

White with #952442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952442; }

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

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

background-color css

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

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

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

border-color css

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

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

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