Html Css Color HEX #954179 Rouge

📋 copy color: '#954179'

red 149 ◦ green 65 ◦ blue 121

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

Shades of Rouge #954179

Tints of Rouge #954179

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

 BLUE value IS 121 (47.66% from 255) = 36.12%

R = 44.48%
G = 19.4%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#954179 (or 0x954179) is known color: Rouge. HEX triplet: 95, 41 and 79. RGB value is (149,65,121). Sum of RGB (Red+Green+Blue) = 149+65+121=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #954179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954179 is #6ABE86. Grayscale: #606060. Windows color (decimal): -6995591 or 7946645. OLE color: 7946645.

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

Color convert

RGB 149 65 121 -
CMYK 0 0.56 0.19 0.42
HSL 320º 0.39% 0.42% -
HSV(B) 320º 0.56% 0.58% -
XYZ 17.74 11.55 19.38 -
YUV 96.5 141.83 165.45 -
System Red Green Blue C M Y K H S L
Decimal 149 65 121 0 0.56 0.19 0.42 320 0.39 0.42
Hex 95 41 79 0 38 13 2A 140 27 2A
Octal 225 101 171 0 70 23 52 500 47 52
Binary 10010101 1000001 1111001 0 111000 10011 101010 101000000 100111 101010

Color Harmonies of #954179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954179

Black with #954179

Text Example


Text Example

White with #954179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954179; }

 p { color: rgb(149,65,121); }

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

background-color css

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

 a { background-color: rgb(149,65,121); }

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

border-color css

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

 span { border-color: rgb(149,65,121); }

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