Html Css Color HEX #A33961 Rouge

📋 copy color: '#A33961'

red 163 ◦ green 57 ◦ blue 97

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

Shades of Rouge #A33961

Tints of Rouge #A33961

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.98%

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

R = 51.42%
G = 17.98%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A33961 (or 0xA33961) is known color: Rouge. HEX triplet: A3, 39 and 61. RGB value is (163,57,97). Sum of RGB (Red+Green+Blue) = 163+57+97=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A33961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33961 is #5CC69E. Grayscale: #5D5D5D. Windows color (decimal): -6080159 or 6371747. OLE color: 6371747.

HSL color Cylindrical-coordinate representation of color #A33961: hue angle of 337.36º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A33961 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 57 97 -
CMYK 0 0.65 0.40 0.36
HSL 337.36º 0.48% 0.43% -
HSV(B) 337.36º 0.65% 0.64% -
XYZ 18.73 11.58 12.56 -
YUV 93.25 130.12 177.75 -
System Red Green Blue C M Y K H S L
Decimal 163 57 97 0 0.65 0.40 0.36 337.36 0.48 0.43
Hex A3 39 61 0 41 28 24 151 30 2B
Octal 243 71 141 0 101 50 44 521 60 53
Binary 10100011 111001 1100001 0 1000001 101000 100100 101010001 110000 101011

Color Harmonies of #A33961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33961

Black with #A33961

Text Example


Text Example

White with #A33961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33961; }

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

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

background-color css

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

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

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

border-color css

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

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

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