Html Css Color HEX #953971 Rouge

📋 copy color: '#953971'

red 149 ◦ green 57 ◦ blue 113

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

Shades of Rouge #953971

Tints of Rouge #953971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.87%

 BLUE value IS 113 (44.53% from 255) = 35.42%

R = 46.71%
G = 17.87%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#953971 (or 0x953971) is known color: Rouge. HEX triplet: 95, 39 and 71. RGB value is (149,57,113). Sum of RGB (Red+Green+Blue) = 149+57+113=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #953971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953971 is #6AC68E. Grayscale: #5A5A5A. Windows color (decimal): -6997647 or 7420309. OLE color: 7420309.

HSL color Cylindrical-coordinate representation of color #953971: hue angle of 323.48º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953971 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 57 113 -
CMYK 0 0.62 0.24 0.42
HSL 323.48º 0.45% 0.4% -
HSV(B) 323.48º 0.62% 0.58% -
XYZ 16.84 10.51 16.76 -
YUV 90.89 140.48 169.45 -
System Red Green Blue C M Y K H S L
Decimal 149 57 113 0 0.62 0.24 0.42 323.48 0.45 0.4
Hex 95 39 71 0 3E 18 2A 143 2D 28
Octal 225 71 161 0 76 30 52 503 55 50
Binary 10010101 111001 1110001 0 111110 11000 101010 101000011 101101 101000

Color Harmonies of #953971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953971

Black with #953971

Text Example


Text Example

White with #953971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953971; }

 p { color: rgb(149,57,113); }

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

background-color css

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

 a { background-color: rgb(149,57,113); }

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

border-color css

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

 span { border-color: rgb(149,57,113); }

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