Html Css Color HEX #995569 Vin Rouge

📋 copy color: '#995569'

red 153 ◦ green 85 ◦ blue 105

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

Shades of Vin Rouge #995569

Tints of Vin Rouge #995569

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.78%

 BLUE value IS 105 (41.41% from 255) = 30.61%

R = 44.61%
G = 24.78%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#995569 (or 0x995569) is known color: Vin Rouge. HEX triplet: 99, 55 and 69. RGB value is (153,85,105). Sum of RGB (Red+Green+Blue) = 153+85+105=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #995569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995569 is #66AA96. Grayscale: #6B6B6B. Windows color (decimal): -6728343 or 6903193. OLE color: 6903193.

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

Color convert

RGB 153 85 105 -
CMYK 0 0.44 0.31 0.4
HSL 342.35º 0.29% 0.47% -
HSV(B) 342.35º 0.44% 0.6% -
XYZ 18.94 14.29 15.12 -
YUV 107.61 126.53 160.37 -
System Red Green Blue C M Y K H S L
Decimal 153 85 105 0 0.44 0.31 0.4 342.35 0.29 0.47
Hex 99 55 69 0 2C 1F 28 156 1D 2F
Octal 231 125 151 0 54 37 50 526 35 57
Binary 10011001 1010101 1101001 0 101100 11111 101000 101010110 11101 101111

Color Harmonies of #995569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995569

Black with #995569

Text Example


Text Example

White with #995569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995569; }

 p { color: rgb(153,85,105); }

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

background-color css

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

 a { background-color: rgb(153,85,105); }

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

border-color css

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

 span { border-color: rgb(153,85,105); }

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