Html Css Color HEX #A1506B Vin Rouge

📋 copy color: '#A1506B'

red 161 ◦ green 80 ◦ blue 107

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

Shades of Vin Rouge #A1506B

Tints of Vin Rouge #A1506B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.99%

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 46.26%
G = 22.99%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A1506B (or 0xA1506B) is known color: Vin Rouge. HEX triplet: A1, 50 and 6B. RGB value is (161,80,107). Sum of RGB (Red+Green+Blue) = 161+80+107=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A1506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1506B is #5EAF94. Grayscale: #6B6B6B. Windows color (decimal): -6205333 or 7032993. OLE color: 7032993.

HSL color Cylindrical-coordinate representation of color #A1506B: hue angle of 340º degrees, saturation: 0.34, 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 #A1506B is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 80 107 -
CMYK 0 0.50 0.34 0.37
HSL 340º 0.34% 0.47% -
HSV(B) 340º 0.5% 0.63% -
XYZ 20.22 14.38 15.62 -
YUV 107.3 127.84 166.3 -
System Red Green Blue C M Y K H S L
Decimal 161 80 107 0 0.50 0.34 0.37 340 0.34 0.47
Hex A1 50 6B 0 32 22 25 154 22 2F
Octal 241 120 153 0 62 42 45 524 42 57
Binary 10100001 1010000 1101011 0 110010 100010 100101 101010100 100010 101111

Color Harmonies of #A1506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1506B

Black with #A1506B

Text Example


Text Example

White with #A1506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1506B; }

 p { color: rgb(161,80,107); }

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

background-color css

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

 a { background-color: rgb(161,80,107); }

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

border-color css

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

 span { border-color: rgb(161,80,107); }

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