Html Css Color HEX #995568 Vin Rouge

📋 copy color: '#995568'

red 153 ◦ green 85 ◦ blue 104

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

Shades of Vin Rouge #995568

Tints of Vin Rouge #995568

RGB

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

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

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

R = 44.74%
G = 24.85%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#995568 (or 0x995568) is known color: Vin Rouge. HEX triplet: 99, 55 and 68. RGB value is (153,85,104). Sum of RGB (Red+Green+Blue) = 153+85+104=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #995568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995568 is #66AA97. Grayscale: #6B6B6B. Windows color (decimal): -6728344 or 6837657. OLE color: 6837657.

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

Color convert

RGB 153 85 104 -
CMYK 0 0.44 0.32 0.4
HSL 343.24º 0.29% 0.47% -
HSV(B) 343.24º 0.44% 0.6% -
XYZ 18.88 14.27 14.86 -
YUV 107.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 153 85 104 0 0.44 0.32 0.4 343.24 0.29 0.47
Hex 99 55 68 0 2C 20 28 157 1D 2F
Octal 231 125 150 0 54 40 50 527 35 57
Binary 10011001 1010101 1101000 0 101100 100000 101000 101010111 11101 101111

Color Harmonies of #995568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995568

Black with #995568

Text Example


Text Example

White with #995568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995568; }

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

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

background-color css

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

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

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

border-color css

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

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

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