Html Css Color HEX #995371 Vin Rouge

📋 copy color: '#995371'

red 153 ◦ green 83 ◦ blue 113

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

Shades of Vin Rouge #995371

Tints of Vin Rouge #995371

RGB

 RED value IS 153 (60.16% from 255) = 43.84%

 GREEN value IS 83 (32.81% from 255) = 23.78%

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

R = 43.84%
G = 23.78%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#995371 (or 0x995371) is known color: Vin Rouge. HEX triplet: 99, 53 and 71. RGB value is (153,83,113). Sum of RGB (Red+Green+Blue) = 153+83+113=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #995371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995371 is #66AC8E. Grayscale: #6B6B6B. Windows color (decimal): -6728847 or 7426969. OLE color: 7426969.

HSL color Cylindrical-coordinate representation of color #995371: hue angle of 334.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995371 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 83 113 -
CMYK 0 0.46 0.26 0.4
HSL 334.29º 0.3% 0.46% -
HSV(B) 334.29º 0.46% 0.6% -
XYZ 19.21 14.15 17.34 -
YUV 107.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 153 83 113 0 0.46 0.26 0.4 334.29 0.3 0.46
Hex 99 53 71 0 2E 1A 28 14E 1E 2E
Octal 231 123 161 0 56 32 50 516 36 56
Binary 10011001 1010011 1110001 0 101110 11010 101000 101001110 11110 101110

Color Harmonies of #995371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995371

Black with #995371

Text Example


Text Example

White with #995371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995371; }

 p { color: rgb(153,83,113); }

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

background-color css

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

 a { background-color: rgb(153,83,113); }

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

border-color css

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

 span { border-color: rgb(153,83,113); }

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