Html Css Color HEX #953670 Rouge

📋 copy color: '#953670'

red 149 ◦ green 54 ◦ blue 112

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

Shades of Rouge #953670

Tints of Rouge #953670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.14%

 BLUE value IS 112 (44.14% from 255) = 35.56%

R = 47.3%
G = 17.14%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#953670 (or 0x953670) is known color: Rouge. HEX triplet: 95, 36 and 70. RGB value is (149,54,112). Sum of RGB (Red+Green+Blue) = 149+54+112=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #953670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953670 is #6AC98F. Grayscale: #585858. Windows color (decimal): -6998416 or 7354005. OLE color: 7354005.

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

Color convert

RGB 149 54 112 -
CMYK 0 0.64 0.25 0.42
HSL 323.37º 0.47% 0.4% -
HSV(B) 323.37º 0.64% 0.58% -
XYZ 16.64 10.2 16.42 -
YUV 89.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 149 54 112 0 0.64 0.25 0.42 323.37 0.47 0.4
Hex 95 36 70 0 40 19 2A 143 2F 28
Octal 225 66 160 0 100 31 52 503 57 50
Binary 10010101 110110 1110000 0 1000000 11001 101010 101000011 101111 101000

Color Harmonies of #953670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953670

Black with #953670

Text Example


Text Example

White with #953670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953670; }

 p { color: rgb(149,54,112); }

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

background-color css

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

 a { background-color: rgb(149,54,112); }

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

border-color css

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

 span { border-color: rgb(149,54,112); }

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