Html Css Color HEX #995165 Vin Rouge

📋 copy color: '#995165'

red 153 ◦ green 81 ◦ blue 101

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

Shades of Vin Rouge #995165

Tints of Vin Rouge #995165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.15%

R = 45.67%
G = 24.18%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#995165 (or 0x995165) is known color: Vin Rouge. HEX triplet: 99, 51 and 65. RGB value is (153,81,101). Sum of RGB (Red+Green+Blue) = 153+81+101=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #995165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995165 is #66AE9A. Grayscale: #686868. Windows color (decimal): -6729371 or 6640025. OLE color: 6640025.

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

Color convert

RGB 153 81 101 -
CMYK 0 0.47 0.34 0.4
HSL 343.33º 0.31% 0.46% -
HSV(B) 343.33º 0.47% 0.6% -
XYZ 18.43 13.6 13.97 -
YUV 104.81 125.85 162.37 -
System Red Green Blue C M Y K H S L
Decimal 153 81 101 0 0.47 0.34 0.4 343.33 0.31 0.46
Hex 99 51 65 0 2F 22 28 157 1F 2E
Octal 231 121 145 0 57 42 50 527 37 56
Binary 10011001 1010001 1100101 0 101111 100010 101000 101010111 11111 101110

Color Harmonies of #995165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995165

Black with #995165

Text Example


Text Example

White with #995165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995165; }

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

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

background-color css

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

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

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

border-color css

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

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

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