Html Css Color HEX #995566 Vin Rouge

📋 copy color: '#995566'

red 153 ◦ green 85 ◦ blue 102

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

Shades of Vin Rouge #995566

Tints of Vin Rouge #995566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30%

R = 45%
G = 25%
B = 30%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#995566 (or 0x995566) is known color: Vin Rouge. HEX triplet: 99, 55 and 66. RGB value is (153,85,102). Sum of RGB (Red+Green+Blue) = 153+85+102=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #995566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995566 is #66AA99. Grayscale: #6B6B6B. Windows color (decimal): -6728346 or 6706585. OLE color: 6706585.

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

Color convert

RGB 153 85 102 -
CMYK 0 0.44 0.33 0.4
HSL 345º 0.29% 0.47% -
HSV(B) 345º 0.44% 0.6% -
XYZ 18.78 14.23 14.33 -
YUV 107.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 153 85 102 0 0.44 0.33 0.4 345 0.29 0.47
Hex 99 55 66 0 2C 21 28 159 1D 2F
Octal 231 125 146 0 54 41 50 531 35 57
Binary 10011001 1010101 1100110 0 101100 100001 101000 101011001 11101 101111

Color Harmonies of #995566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995566

Black with #995566

Text Example


Text Example

White with #995566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995566; }

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

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

background-color css

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

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

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

border-color css

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

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

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