Html Css Color HEX #995459 Vin Rouge

📋 copy color: '#995459'

red 153 ◦ green 84 ◦ blue 89

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

Shades of Vin Rouge #995459

Tints of Vin Rouge #995459

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.77%

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

R = 46.93%
G = 25.77%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#995459 (or 0x995459) is known color: Vin Rouge. HEX triplet: 99, 54 and 59. RGB value is (153,84,89). Sum of RGB (Red+Green+Blue) = 153+84+89=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #995459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995459 is #66ABA6. Grayscale: #696969. Windows color (decimal): -6728615 or 5854361. OLE color: 5854361.

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

Color convert

RGB 153 84 89 -
CMYK 0 0.45 0.42 0.4
HSL 355.65º 0.29% 0.46% -
HSV(B) 355.65º 0.45% 0.6% -
XYZ 18.11 13.83 11.17 -
YUV 105.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 153 84 89 0 0.45 0.42 0.4 355.65 0.29 0.46
Hex 99 54 59 0 2D 2A 28 164 1D 2E
Octal 231 124 131 0 55 52 50 544 35 56
Binary 10011001 1010100 1011001 0 101101 101010 101000 101100100 11101 101110

Color Harmonies of #995459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995459

Black with #995459

Text Example


Text Example

White with #995459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995459; }

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

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

background-color css

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

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

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

border-color css

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

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

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