#A33463

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

Shades of Rouge #A33463

Tints of Rouge #A33463

Color information

#A33463 (or 0xA33463) is unknown color: approx Rouge. HEX triplet: A3, 34 and 63. RGB value is (163,52,99). Sum of RGB (Red+Green+Blue) = 163+52+99=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A33463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33463 is #5CCB9C. Grayscale: #5A5A5A. Windows color (decimal): -6081437 or 6501539. OLE color: 6501539.

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

Color convert

RGB1635299-
CMYK00.680.390.36
HSL334.59º51.63%42.16%-
HSV(B)334.59º68.1%63.92%-
XYZ18.5811.1412.98-
YUV90.55132.77179.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.91%
GREEN value IS 52 (20.70% from 255) = 16.56%
BLUE value IS 99 (39.06% from 255) = 31.53%
R=51.91%
G=16.56%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163529900.680.390.36334.5951.6342.16
HexA33463044272414f342a
Octal24364143010447445176452
Binary10100011110100110001101000100100111100100101001111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33463; }

 p { color: rgb(163,52,99); }

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

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

 a { background-color: rgb(163,52,99); }

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

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

 span { border-color: rgb(163,52,99); }

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