Html Css Color HEX #A15163 Vin Rouge

📋 copy color: '#A15163'

red 161 ◦ green 81 ◦ blue 99

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

Shades of Vin Rouge #A15163

Tints of Vin Rouge #A15163

RGB

 RED value IS 161 (63.28% from 255) = 47.21%

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

 BLUE value IS 99 (39.06% from 255) = 29.03%

R = 47.21%
G = 23.75%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A15163 (or 0xA15163) is known color: Vin Rouge. HEX triplet: A1, 51 and 63. RGB value is (161,81,99). Sum of RGB (Red+Green+Blue) = 161+81+99=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A15163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15163 is #5EAE9C. Grayscale: #6A6A6A. Windows color (decimal): -6205085 or 6508961. OLE color: 6508961.

HSL color Cylindrical-coordinate representation of color #A15163: hue angle of 346.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15163 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 81 99 -
CMYK 0 0.50 0.39 0.37
HSL 346.5º 0.33% 0.47% -
HSV(B) 346.5º 0.5% 0.63% -
XYZ 19.89 14.36 13.53 -
YUV 106.97 123.5 166.54 -
System Red Green Blue C M Y K H S L
Decimal 161 81 99 0 0.50 0.39 0.37 346.5 0.33 0.47
Hex A1 51 63 0 32 27 25 15A 21 2F
Octal 241 121 143 0 62 47 45 532 41 57
Binary 10100001 1010001 1100011 0 110010 100111 100101 101011010 100001 101111

Color Harmonies of #A15163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15163

Black with #A15163

Text Example


Text Example

White with #A15163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15163; }

 p { color: rgb(161,81,99); }

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

background-color css

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

 a { background-color: rgb(161,81,99); }

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

border-color css

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

 span { border-color: rgb(161,81,99); }

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