Html Css Color HEX #995359 Vin Rouge

📋 copy color: '#995359'

red 153 ◦ green 83 ◦ blue 89

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

Shades of Vin Rouge #995359

Tints of Vin Rouge #995359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.38%

R = 47.08%
G = 25.54%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#995359 (or 0x995359) is known color: Vin Rouge. HEX triplet: 99, 53 and 59. RGB value is (153,83,89). Sum of RGB (Red+Green+Blue) = 153+83+89=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #995359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995359 is #66ACA6. Grayscale: #686868. Windows color (decimal): -6728871 or 5854105. OLE color: 5854105.

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

Color convert

RGB 153 83 89 -
CMYK 0 0.46 0.42 0.4
HSL 354.86º 0.3% 0.46% -
HSV(B) 354.86º 0.46% 0.6% -
XYZ 18.03 13.68 11.14 -
YUV 104.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 153 83 89 0 0.46 0.42 0.4 354.86 0.3 0.46
Hex 99 53 59 0 2E 2A 28 163 1E 2E
Octal 231 123 131 0 56 52 50 543 36 56
Binary 10011001 1010011 1011001 0 101110 101010 101000 101100011 11110 101110

Color Harmonies of #995359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995359

Black with #995359

Text Example


Text Example

White with #995359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995359; }

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

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

background-color css

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

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

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

border-color css

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

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

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