Html Css Color HEX #99515B Vin Rouge

📋 copy color: '#99515B'

red 153 ◦ green 81 ◦ blue 91

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

Shades of Vin Rouge #99515B

Tints of Vin Rouge #99515B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28%

R = 47.08%
G = 24.92%
B = 28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99515B (or 0x99515B) is known color: Vin Rouge. HEX triplet: 99, 51 and 5B. RGB value is (153,81,91). Sum of RGB (Red+Green+Blue) = 153+81+91=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #99515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99515B is #66AEA4. Grayscale: #676767. Windows color (decimal): -6729381 or 5984665. OLE color: 5984665.

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

Color convert

RGB 153 81 91 -
CMYK 0 0.47 0.41 0.4
HSL 351.67º 0.31% 0.46% -
HSV(B) 351.67º 0.47% 0.6% -
XYZ 17.97 13.41 11.54 -
YUV 103.67 120.85 163.19 -
System Red Green Blue C M Y K H S L
Decimal 153 81 91 0 0.47 0.41 0.4 351.67 0.31 0.46
Hex 99 51 5B 0 2F 29 28 160 1F 2E
Octal 231 121 133 0 57 51 50 540 37 56
Binary 10011001 1010001 1011011 0 101111 101001 101000 101100000 11111 101110

Color Harmonies of #99515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99515B

Black with #99515B

Text Example


Text Example

White with #99515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99515B; }

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

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

background-color css

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

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

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

border-color css

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

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

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