Html Css Color HEX #953246 Disco

📋 copy color: '#953246'

red 149 ◦ green 50 ◦ blue 70

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

Shades of Disco #953246

Tints of Disco #953246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.59%

 BLUE value IS 70 (27.73% from 255) = 26.02%

R = 55.39%
G = 18.59%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#953246 (or 0x953246) is known color: Disco. HEX triplet: 95, 32 and 46. RGB value is (149,50,70). Sum of RGB (Red+Green+Blue) = 149+50+70=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #953246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953246 is #6ACDB9. Grayscale: #515151. Windows color (decimal): -6999482 or 4600469. OLE color: 4600469.

HSL color Cylindrical-coordinate representation of color #953246: hue angle of 347.88º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953246 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 50 70 -
CMYK 0 0.66 0.53 0.42
HSL 347.88º 0.5% 0.39% -
HSV(B) 347.88º 0.66% 0.58% -
XYZ 14.64 9.11 6.78 -
YUV 81.88 121.3 175.87 -
System Red Green Blue C M Y K H S L
Decimal 149 50 70 0 0.66 0.53 0.42 347.88 0.5 0.39
Hex 95 32 46 0 42 35 2A 15C 32 27
Octal 225 62 106 0 102 65 52 534 62 47
Binary 10010101 110010 1000110 0 1000010 110101 101010 101011100 110010 100111

Color Harmonies of #953246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953246

Black with #953246

Text Example


Text Example

White with #953246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953246; }

 p { color: rgb(149,50,70); }

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

background-color css

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

 a { background-color: rgb(149,50,70); }

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

border-color css

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

 span { border-color: rgb(149,50,70); }

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