#AF2441

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

Shades of Old Rose #AF2441

Tints of Old Rose #AF2441

Color information

#AF2441 (or 0xAF2441) is unknown color: approx Old Rose. HEX triplet: AF, 24 and 41. RGB value is (175,36,65). Sum of RGB (Red+Green+Blue) = 175+36+65=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2441 is #50DBBE. Grayscale: #505050. Windows color (decimal): -5299135 or 4269231. OLE color: 4269231.

HSL color Cylindrical-coordinate representation of color #AF2441: hue angle of 347.48º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2441 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB1753665-
CMYK00.790.630.31
HSL347.48º65.88%41.37%-
HSV(B)347.48º79.43%68.63%-
XYZ19.2610.766.06-
YUV80.87119.05195.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 63.41%
GREEN value IS 36 (14.45% from 255) = 13.04%
BLUE value IS 65 (25.78% from 255) = 23.55%
R=63.41%
G=13.04%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175366500.790.630.31347.4865.8841.37
HexAF244104F3F1F15b4229
Octal257441010117773753310251
Binary10101111100100100000101001111111111111111010110111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2441; }

 p { color: rgb(175,36,65); }

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

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

 a { background-color: rgb(175,36,65); }

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

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

 span { border-color: rgb(175,36,65); }

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