Html Css Color HEX #995658 Vin Rouge

📋 copy color: '#995658'

red 153 ◦ green 86 ◦ blue 88

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

Shades of Vin Rouge #995658

Tints of Vin Rouge #995658

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.3%

 BLUE value IS 88 (34.77% from 255) = 26.91%

R = 46.79%
G = 26.3%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#995658 (or 0x995658) is known color: Vin Rouge. HEX triplet: 99, 56 and 58. RGB value is (153,86,88). Sum of RGB (Red+Green+Blue) = 153+86+88=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #995658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995658 is #66A9A7. Grayscale: #6A6A6A. Windows color (decimal): -6728104 or 5789337. OLE color: 5789337.

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

Color convert

RGB 153 86 88 -
CMYK 0 0.44 0.42 0.4
HSL 358.21º 0.28% 0.47% -
HSV(B) 358.21º 0.44% 0.6% -
XYZ 18.23 14.13 11 -
YUV 106.26 117.7 161.34 -
System Red Green Blue C M Y K H S L
Decimal 153 86 88 0 0.44 0.42 0.4 358.21 0.28 0.47
Hex 99 56 58 0 2C 2A 28 166 1C 2F
Octal 231 126 130 0 54 52 50 546 34 57
Binary 10011001 1010110 1011000 0 101100 101010 101000 101100110 11100 101111

Color Harmonies of #995658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995658

Black with #995658

Text Example


Text Example

White with #995658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995658; }

 p { color: rgb(153,86,88); }

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

background-color css

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

 a { background-color: rgb(153,86,88); }

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

border-color css

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

 span { border-color: rgb(153,86,88); }

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