Html Css Color HEX #A33261 Rouge

📋 copy color: '#A33261'

red 163 ◦ green 50 ◦ blue 97

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

Shades of Rouge #A33261

Tints of Rouge #A33261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.29%

R = 52.58%
G = 16.13%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A33261 (or 0xA33261) is known color: Rouge. HEX triplet: A3, 32 and 61. RGB value is (163,50,97). Sum of RGB (Red+Green+Blue) = 163+50+97=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A33261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33261 is #5CCD9E. Grayscale: #595959. Windows color (decimal): -6081951 or 6369955. OLE color: 6369955.

HSL color Cylindrical-coordinate representation of color #A33261: hue angle of 335.04º 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 #A33261 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 50 97 -
CMYK 0 0.69 0.40 0.36
HSL 335.04º 0.53% 0.42% -
HSV(B) 335.04º 0.69% 0.64% -
XYZ 18.4 10.93 12.45 -
YUV 89.15 132.44 180.68 -
System Red Green Blue C M Y K H S L
Decimal 163 50 97 0 0.69 0.40 0.36 335.04 0.53 0.42
Hex A3 32 61 0 45 28 24 14F 35 2A
Octal 243 62 141 0 105 50 44 517 65 52
Binary 10100011 110010 1100001 0 1000101 101000 100100 101001111 110101 101010

Color Harmonies of #A33261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33261

Black with #A33261

Text Example


Text Example

White with #A33261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33261; }

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

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

background-color css

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

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

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

border-color css

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

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

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