#A33B71

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

Shades of Rouge #A33B71

Tints of Rouge #A33B71

Color information

#A33B71 (or 0xA33B71) is unknown color: approx Rouge. HEX triplet: A3, 3B and 71. RGB value is (163,59,113). Sum of RGB (Red+Green+Blue) = 163+59+113=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33B71 is #5CC48E. Grayscale: #606060. Windows color (decimal): -6079631 or 7420835. OLE color: 7420835.

HSL color Cylindrical-coordinate representation of color #A33B71: hue angle of 328.85º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33B71 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16359113-
CMYK00.640.310.36
HSL328.85º46.85%43.53%-
HSV(B)328.85º63.8%63.92%-
XYZ19.6512.1116.92-
YUV96.25137.46175.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.66%
GREEN value IS 59 (23.44% from 255) = 17.61%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=48.66%
G=17.61%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635911300.640.310.36328.8546.8543.53
HexA33B710401F241492f2c
Octal24373161010037445115754
Binary1010001111101111100010100000011111100100101001001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33B71; }

 p { color: rgb(163,59,113); }

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

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

 a { background-color: rgb(163,59,113); }

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

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

 span { border-color: rgb(163,59,113); }

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