Html Css Color HEX #995263 Vin Rouge

📋 copy color: '#995263'

red 153 ◦ green 82 ◦ blue 99

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

Shades of Vin Rouge #995263

Tints of Vin Rouge #995263

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.55%

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

R = 45.81%
G = 24.55%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#995263 (or 0x995263) is known color: Vin Rouge. HEX triplet: 99, 52 and 63. RGB value is (153,82,99). Sum of RGB (Red+Green+Blue) = 153+82+99=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #995263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995263 is #66AD9C. Grayscale: #696969. Windows color (decimal): -6729117 or 6509209. OLE color: 6509209.

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

Color convert

RGB 153 82 99 -
CMYK 0 0.46 0.35 0.4
HSL 345.63º 0.3% 0.46% -
HSV(B) 345.63º 0.46% 0.6% -
XYZ 18.41 13.71 13.48 -
YUV 105.17 124.52 162.12 -
System Red Green Blue C M Y K H S L
Decimal 153 82 99 0 0.46 0.35 0.4 345.63 0.3 0.46
Hex 99 52 63 0 2E 23 28 15A 1E 2E
Octal 231 122 143 0 56 43 50 532 36 56
Binary 10011001 1010010 1100011 0 101110 100011 101000 101011010 11110 101110

Color Harmonies of #995263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995263

Black with #995263

Text Example


Text Example

White with #995263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995263; }

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

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

background-color css

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

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

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

border-color css

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

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

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