#A1536F

Color #A1536F Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #A1536F

Tints of Vin Rouge #A1536F

Color information

#A1536F (or 0xA1536F) is unknown color: approx Vin Rouge. HEX triplet: A1, 53 and 6F. RGB value is (161,83,111). Sum of RGB (Red+Green+Blue) = 161+83+111=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A1536F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1536F is #5EAC90. Grayscale: #6D6D6D. Windows color (decimal): -6204561 or 7295905. OLE color: 7295905.

HSL color Cylindrical-coordinate representation of color #A1536F: hue angle of 338.46º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1536F is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16183111-
CMYK00.480.310.37
HSL338.46º31.97%47.84%-
HSV(B)338.46º48.45%63.14%-
XYZ20.6614.9116.83-
YUV109.51128.84164.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.35%
GREEN value IS 83 (32.81% from 255) = 23.38%
BLUE value IS 111 (43.75% from 255) = 31.27%
R=45.35%
G=23.38%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618311100.480.310.37338.4631.9747.84
HexA1536F0301F251522030
Octal24112315706037455224060
Binary1010000110100111101111011000011111100101101010010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1536F; }

 p { color: rgb(161,83,111); }

 H1.HeaderClassName
 {
   color: #A1536F;
 }
 .AnyTagClassName
 {
   color: #A1536F;
 }
</style>
background-color css

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

 a { background-color: rgb(161,83,111); }

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

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

 span { border-color: rgb(161,83,111); }

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