#af3961

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

Shades of Rouge #AF3961

Tints of Rouge #AF3961

Color information

#AF3961 (or 0xAF3961) is unknown color: approx Rouge. HEX triplet: AF, 39 and 61. RGB value is (175,57,97). Sum of RGB (Red+Green+Blue) = 175+57+97=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3961 is #50C69E. Grayscale: #606060. Windows color (decimal): -5293727 or 6371759. OLE color: 6371759.

HSL color Cylindrical-coordinate representation of color #AF3961: hue angle of 339.66º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3961 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB1755797-
CMYK00.670.450.31
HSL339.66º50.86%45.49%-
HSV(B)339.66º67.43%68.63%-
XYZ21.312.912.68-
YUV96.84128.09183.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.19%
GREEN value IS 57 (22.66% from 255) = 17.33%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=53.19%
G=17.33%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175579700.670.450.31339.6650.8645.49
HexAF39610432D1F154332d
Octal25771141010355375246355
Binary1010111111100111000010100001110110111111101010100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3961; }

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

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

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

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

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

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

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

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