Html Css Color HEX #995565 Vin Rouge

📋 copy color: '#995565'

red 153 ◦ green 85 ◦ blue 101

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

Shades of Vin Rouge #995565

Tints of Vin Rouge #995565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.79%

R = 45.13%
G = 25.07%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#995565 (or 0x995565) is known color: Vin Rouge. HEX triplet: 99, 55 and 65. RGB value is (153,85,101). Sum of RGB (Red+Green+Blue) = 153+85+101=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #995565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995565 is #66AA9A. Grayscale: #6B6B6B. Windows color (decimal): -6728347 or 6641049. OLE color: 6641049.

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

Color convert

RGB 153 85 101 -
CMYK 0 0.44 0.34 0.4
HSL 345.88º 0.29% 0.47% -
HSV(B) 345.88º 0.44% 0.6% -
XYZ 18.73 14.21 14.07 -
YUV 107.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 153 85 101 0 0.44 0.34 0.4 345.88 0.29 0.47
Hex 99 55 65 0 2C 22 28 15A 1D 2F
Octal 231 125 145 0 54 42 50 532 35 57
Binary 10011001 1010101 1100101 0 101100 100010 101000 101011010 11101 101111

Color Harmonies of #995565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995565

Black with #995565

Text Example


Text Example

White with #995565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995565; }

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

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

background-color css

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

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

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

border-color css

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

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

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