Html Css Color HEX #995867 Vin Rouge

📋 copy color: '#995867'

red 153 ◦ green 88 ◦ blue 103

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

Shades of Vin Rouge #995867

Tints of Vin Rouge #995867

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.58%

 BLUE value IS 103 (40.63% from 255) = 29.94%

R = 44.48%
G = 25.58%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#995867 (or 0x995867) is known color: Vin Rouge. HEX triplet: 99, 58 and 67. RGB value is (153,88,103). Sum of RGB (Red+Green+Blue) = 153+88+103=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #995867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995867 is #66A798. Grayscale: #6D6D6D. Windows color (decimal): -6727577 or 6772889. OLE color: 6772889.

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

Color convert

RGB 153 88 103 -
CMYK 0 0.42 0.33 0.4
HSL 346.15º 0.27% 0.47% -
HSV(B) 346.15º 0.42% 0.6% -
XYZ 19.07 14.73 14.67 -
YUV 109.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 153 88 103 0 0.42 0.33 0.4 346.15 0.27 0.47
Hex 99 58 67 0 2A 21 28 15A 1B 2F
Octal 231 130 147 0 52 41 50 532 33 57
Binary 10011001 1011000 1100111 0 101010 100001 101000 101011010 11011 101111

Color Harmonies of #995867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995867

Black with #995867

Text Example


Text Example

White with #995867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995867; }

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

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

background-color css

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

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

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

border-color css

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

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

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