Html Css Color HEX #995768 Vin Rouge

📋 copy color: '#995768'

red 153 ◦ green 87 ◦ blue 104

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

Shades of Vin Rouge #995768

Tints of Vin Rouge #995768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.29%

 BLUE value IS 104 (41.02% from 255) = 30.23%

R = 44.48%
G = 25.29%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#995768 (or 0x995768) is known color: Vin Rouge. HEX triplet: 99, 57 and 68. RGB value is (153,87,104). Sum of RGB (Red+Green+Blue) = 153+87+104=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #995768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995768 is #66A897. Grayscale: #6C6C6C. Windows color (decimal): -6727832 or 6838169. OLE color: 6838169.

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

Color convert

RGB 153 87 104 -
CMYK 0 0.43 0.32 0.4
HSL 344.55º 0.28% 0.47% -
HSV(B) 344.55º 0.43% 0.6% -
XYZ 19.04 14.59 14.91 -
YUV 108.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 153 87 104 0 0.43 0.32 0.4 344.55 0.28 0.47
Hex 99 57 68 0 2B 20 28 159 1C 2F
Octal 231 127 150 0 53 40 50 531 34 57
Binary 10011001 1010111 1101000 0 101011 100000 101000 101011001 11100 101111

Color Harmonies of #995768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995768

Black with #995768

Text Example


Text Example

White with #995768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995768; }

 p { color: rgb(153,87,104); }

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

background-color css

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

 a { background-color: rgb(153,87,104); }

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

border-color css

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

 span { border-color: rgb(153,87,104); }

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