Html Css Color HEX #953A71 Rouge

📋 copy color: '#953A71'

red 149 ◦ green 58 ◦ blue 113

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

Shades of Rouge #953A71

Tints of Rouge #953A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.13%

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

R = 46.56%
G = 18.13%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#953A71 (or 0x953A71) is known color: Rouge. HEX triplet: 95, 3A and 71. RGB value is (149,58,113). Sum of RGB (Red+Green+Blue) = 149+58+113=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #953A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953A71 is #6AC58E. Grayscale: #5B5B5B. Windows color (decimal): -6997391 or 7420565. OLE color: 7420565.

HSL color Cylindrical-coordinate representation of color #953A71: hue angle of 323.74º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953A71 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 113 -
CMYK 0 0.61 0.24 0.42
HSL 323.74º 0.44% 0.41% -
HSV(B) 323.74º 0.61% 0.58% -
XYZ 16.89 10.61 16.78 -
YUV 91.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 149 58 113 0 0.61 0.24 0.42 323.74 0.44 0.41
Hex 95 3A 71 0 3D 18 2A 144 2C 29
Octal 225 72 161 0 75 30 52 504 54 51
Binary 10010101 111010 1110001 0 111101 11000 101010 101000100 101100 101001

Color Harmonies of #953A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A71

Black with #953A71

Text Example


Text Example

White with #953A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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