Html Css Color HEX #995063 Vin Rouge

📋 copy color: '#995063'

red 153 ◦ green 80 ◦ blue 99

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

Shades of Vin Rouge #995063

Tints of Vin Rouge #995063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.1%

 BLUE value IS 99 (39.06% from 255) = 29.82%

R = 46.08%
G = 24.1%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#995063 (or 0x995063) is known color: Vin Rouge. HEX triplet: 99, 50 and 63. RGB value is (153,80,99). Sum of RGB (Red+Green+Blue) = 153+80+99=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #995063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995063 is #66AF9C. Grayscale: #676767. Windows color (decimal): -6729629 or 6508697. OLE color: 6508697.

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

Color convert

RGB 153 80 99 -
CMYK 0 0.48 0.35 0.4
HSL 344.38º 0.31% 0.46% -
HSV(B) 344.38º 0.48% 0.6% -
XYZ 18.26 13.41 13.43 -
YUV 103.99 125.18 162.96 -
System Red Green Blue C M Y K H S L
Decimal 153 80 99 0 0.48 0.35 0.4 344.38 0.31 0.46
Hex 99 50 63 0 30 23 28 158 1F 2E
Octal 231 120 143 0 60 43 50 530 37 56
Binary 10011001 1010000 1100011 0 110000 100011 101000 101011000 11111 101110

Color Harmonies of #995063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995063

Black with #995063

Text Example


Text Example

White with #995063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995063; }

 p { color: rgb(153,80,99); }

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

background-color css

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

 a { background-color: rgb(153,80,99); }

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

border-color css

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

 span { border-color: rgb(153,80,99); }

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