#A13462

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

Shades of Rouge #A13462

Tints of Rouge #A13462

Color information

#A13462 (or 0xA13462) is unknown color: approx Rouge. HEX triplet: A1, 34 and 62. RGB value is (161,52,98). Sum of RGB (Red+Green+Blue) = 161+52+98=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A13462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13462 is #5ECB9D. Grayscale: #595959. Windows color (decimal): -6212510 or 6436001. OLE color: 6436001.

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

Color convert

RGB1615298-
CMYK00.680.390.37
HSL334.68º51.17%41.76%-
HSV(B)334.68º67.7%63.14%-
XYZ18.1310.9112.71-
YUV89.84132.61178.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.77%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 98 (38.67% from 255) = 31.51%
R=51.77%
G=16.72%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161529800.680.390.37334.6851.1741.76
HexA13462044272514f332a
Octal24164142010447455176352
Binary10100001110100110001001000100100111100101101001111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13462; }

 p { color: rgb(161,52,98); }

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

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

 a { background-color: rgb(161,52,98); }

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

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

 span { border-color: rgb(161,52,98); }

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