Html Css Color HEX #995964 Vin Rouge

📋 copy color: '#995964'

red 153 ◦ green 89 ◦ blue 100

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

Shades of Vin Rouge #995964

Tints of Vin Rouge #995964

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.02%

 BLUE value IS 100 (39.45% from 255) = 29.24%

R = 44.74%
G = 26.02%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#995964 (or 0x995964) is known color: Vin Rouge. HEX triplet: 99, 59 and 64. RGB value is (153,89,100). Sum of RGB (Red+Green+Blue) = 153+89+100=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #995964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995964 is #66A69B. Grayscale: #6D6D6D. Windows color (decimal): -6727324 or 6576537. OLE color: 6576537.

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

Color convert

RGB 153 89 100 -
CMYK 0 0.42 0.35 0.4
HSL 349.69º 0.26% 0.47% -
HSV(B) 349.69º 0.42% 0.6% -
XYZ 19.01 14.84 13.92 -
YUV 109.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 153 89 100 0 0.42 0.35 0.4 349.69 0.26 0.47
Hex 99 59 64 0 2A 23 28 15E 1A 2F
Octal 231 131 144 0 52 43 50 536 32 57
Binary 10011001 1011001 1100100 0 101010 100011 101000 101011110 11010 101111

Color Harmonies of #995964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995964

Black with #995964

Text Example


Text Example

White with #995964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995964; }

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

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

background-color css

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

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

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

border-color css

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

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

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