Html Css Color HEX #A15D63 Vin Rouge

📋 copy color: '#A15D63'

red 161 ◦ green 93 ◦ blue 99

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

Shades of Vin Rouge #A15D63

Tints of Vin Rouge #A15D63

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.35%

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

R = 45.61%
G = 26.35%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A15D63 (or 0xA15D63) is known color: Vin Rouge. HEX triplet: A1, 5D and 63. RGB value is (161,93,99). Sum of RGB (Red+Green+Blue) = 161+93+99=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15D63 is #5EA29C. Grayscale: #727272. Windows color (decimal): -6202013 or 6512033. OLE color: 6512033.

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

Color convert

RGB 161 93 99 -
CMYK 0 0.42 0.39 0.37
HSL 354.71º 0.27% 0.5% -
HSV(B) 354.71º 0.42% 0.63% -
XYZ 20.86 16.31 13.85 -
YUV 114.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 161 93 99 0 0.42 0.39 0.37 354.71 0.27 0.5
Hex A1 5D 63 0 2A 27 25 163 1B 32
Octal 241 135 143 0 52 47 45 543 33 62
Binary 10100001 1011101 1100011 0 101010 100111 100101 101100011 11011 110010

Color Harmonies of #A15D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15D63

Black with #A15D63

Text Example


Text Example

White with #A15D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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