Html Css Color HEX #953972 Rouge

📋 copy color: '#953972'

red 149 ◦ green 57 ◦ blue 114

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

Shades of Rouge #953972

Tints of Rouge #953972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.63%

R = 46.56%
G = 17.81%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#953972 (or 0x953972) is known color: Rouge. HEX triplet: 95, 39 and 72. RGB value is (149,57,114). Sum of RGB (Red+Green+Blue) = 149+57+114=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #953972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953972 is #6AC68D. Grayscale: #5A5A5A. Windows color (decimal): -6997646 or 7485845. OLE color: 7485845.

HSL color Cylindrical-coordinate representation of color #953972: hue angle of 322.83º 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 #953972 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 57 114 -
CMYK 0 0.62 0.23 0.42
HSL 322.83º 0.45% 0.4% -
HSV(B) 322.83º 0.62% 0.58% -
XYZ 16.89 10.53 17.06 -
YUV 91.01 140.98 169.37 -
System Red Green Blue C M Y K H S L
Decimal 149 57 114 0 0.62 0.23 0.42 322.83 0.45 0.4
Hex 95 39 72 0 3E 17 2A 143 2D 28
Octal 225 71 162 0 76 27 52 503 55 50
Binary 10010101 111001 1110010 0 111110 10111 101010 101000011 101101 101000

Color Harmonies of #953972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953972

Black with #953972

Text Example


Text Example

White with #953972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953972; }

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

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

background-color css

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

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

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

border-color css

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

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

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