Html Css Color HEX #953871 Rouge

📋 copy color: '#953871'

red 149 ◦ green 56 ◦ blue 113

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

Shades of Rouge #953871

Tints of Rouge #953871

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.61%

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

R = 46.86%
G = 17.61%
B = 35.53%

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

#953871 (or 0x953871) is known color: Rouge. HEX triplet: 95, 38 and 71. RGB value is (149,56,113). Sum of RGB (Red+Green+Blue) = 149+56+113=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #953871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953871 is #6AC78E. Grayscale: #5A5A5A. Windows color (decimal): -6997903 or 7420053. OLE color: 7420053.

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

Color convert

RGB 149 56 113 -
CMYK 0 0.62 0.24 0.42
HSL 323.23º 0.45% 0.4% -
HSV(B) 323.23º 0.62% 0.58% -
XYZ 16.79 10.41 16.75 -
YUV 90.31 140.81 169.87 -
System Red Green Blue C M Y K H S L
Decimal 149 56 113 0 0.62 0.24 0.42 323.23 0.45 0.4
Hex 95 38 71 0 3E 18 2A 143 2D 28
Octal 225 70 161 0 76 30 52 503 55 50
Binary 10010101 111000 1110001 0 111110 11000 101010 101000011 101101 101000

Color Harmonies of #953871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953871

Black with #953871

Text Example


Text Example

White with #953871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953871; }

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

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

background-color css

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

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

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

border-color css

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

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

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