Html Css Color HEX #995167 Vin Rouge

📋 copy color: '#995167'

red 153 ◦ green 81 ◦ blue 103

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

Shades of Vin Rouge #995167

Tints of Vin Rouge #995167

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.04%

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

R = 45.4%
G = 24.04%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#995167 (or 0x995167) is known color: Vin Rouge. HEX triplet: 99, 51 and 67. RGB value is (153,81,103). Sum of RGB (Red+Green+Blue) = 153+81+103=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #995167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995167 is #66AE98. Grayscale: #696969. Windows color (decimal): -6729369 or 6771097. OLE color: 6771097.

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

Color convert

RGB 153 81 103 -
CMYK 0 0.47 0.33 0.4
HSL 341.67º 0.31% 0.46% -
HSV(B) 341.67º 0.47% 0.6% -
XYZ 18.53 13.64 14.49 -
YUV 105.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 153 81 103 0 0.47 0.33 0.4 341.67 0.31 0.46
Hex 99 51 67 0 2F 21 28 156 1F 2E
Octal 231 121 147 0 57 41 50 526 37 56
Binary 10011001 1010001 1100111 0 101111 100001 101000 101010110 11111 101110

Color Harmonies of #995167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995167

Black with #995167

Text Example


Text Example

White with #995167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995167; }

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

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

background-color css

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

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

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

border-color css

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

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

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