Html Css Color HEX #A33263 Rouge

📋 copy color: '#A33263'

red 163 ◦ green 50 ◦ blue 99

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

Shades of Rouge #A33263

Tints of Rouge #A33263

RGB

 RED value IS 163 (64.06% from 255) = 52.24%

 GREEN value IS 50 (19.92% from 255) = 16.03%

 BLUE value IS 99 (39.06% from 255) = 31.73%

R = 52.24%
G = 16.03%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A33263 (or 0xA33263) is known color: Rouge. HEX triplet: A3, 32 and 63. RGB value is (163,50,99). Sum of RGB (Red+Green+Blue) = 163+50+99=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A33263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33263 is #5CCD9C. Grayscale: #595959. Windows color (decimal): -6081949 or 6501027. OLE color: 6501027.

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

Color convert

RGB 163 50 99 -
CMYK 0 0.69 0.39 0.36
HSL 333.98º 0.53% 0.42% -
HSV(B) 333.98º 0.69% 0.64% -
XYZ 18.5 10.97 12.95 -
YUV 89.37 133.44 180.52 -
System Red Green Blue C M Y K H S L
Decimal 163 50 99 0 0.69 0.39 0.36 333.98 0.53 0.42
Hex A3 32 63 0 45 27 24 14E 35 2A
Octal 243 62 143 0 105 47 44 516 65 52
Binary 10100011 110010 1100011 0 1000101 100111 100100 101001110 110101 101010

Color Harmonies of #A33263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33263

Black with #A33263

Text Example


Text Example

White with #A33263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33263; }

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

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

background-color css

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

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

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

border-color css

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

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

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