Html Css Color HEX #995969 Vin Rouge

📋 copy color: '#995969'

red 153 ◦ green 89 ◦ blue 105

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

Shades of Vin Rouge #995969

Tints of Vin Rouge #995969

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.65%

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

R = 44.09%
G = 25.65%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#995969 (or 0x995969) is known color: Vin Rouge. HEX triplet: 99, 59 and 69. RGB value is (153,89,105). Sum of RGB (Red+Green+Blue) = 153+89+105=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #995969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995969 is #66A696. Grayscale: #6D6D6D. Windows color (decimal): -6727319 or 6904217. OLE color: 6904217.

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

Color convert

RGB 153 89 105 -
CMYK 0 0.42 0.31 0.4
HSL 345º 0.26% 0.47% -
HSV(B) 345º 0.42% 0.6% -
XYZ 19.26 14.94 15.23 -
YUV 109.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 153 89 105 0 0.42 0.31 0.4 345 0.26 0.47
Hex 99 59 69 0 2A 1F 28 159 1A 2F
Octal 231 131 151 0 52 37 50 531 32 57
Binary 10011001 1011001 1101001 0 101010 11111 101000 101011001 11010 101111

Color Harmonies of #995969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995969

Black with #995969

Text Example


Text Example

White with #995969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995969; }

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

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

background-color css

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

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

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

border-color css

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

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

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