Html Css Color HEX #AF2247 Old Rose

📋 copy color: '#AF2247'

red 175 ◦ green 34 ◦ blue 71

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

Shades of Old Rose #AF2247

Tints of Old Rose #AF2247

RGB

 RED value IS 175 (68.75% from 255) = 62.5%

 GREEN value IS 34 (13.67% from 255) = 12.14%

 BLUE value IS 71 (28.13% from 255) = 25.36%

R = 62.5%
G = 12.14%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF2247 (or 0xAF2247) is known color: Old Rose. HEX triplet: AF, 22 and 47. RGB value is (175,34,71). Sum of RGB (Red+Green+Blue) = 175+34+71=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2247 is #50DDB8. Grayscale: #505050. Windows color (decimal): -5299641 or 4661935. OLE color: 4661935.

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

Color convert

RGB 175 34 71 -
CMYK 0 0.81 0.59 0.31
HSL 344.26º 0.67% 0.41% -
HSV(B) 344.26º 0.81% 0.69% -
XYZ 19.39 10.71 7.01 -
YUV 80.38 122.71 195.49 -
System Red Green Blue C M Y K H S L
Decimal 175 34 71 0 0.81 0.59 0.31 344.26 0.67 0.41
Hex AF 22 47 0 51 3B 1F 158 43 29
Octal 257 42 107 0 121 73 37 530 103 51
Binary 10101111 100010 1000111 0 1010001 111011 11111 101011000 1000011 101001

Color Harmonies of #AF2247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2247

Black with #AF2247

Text Example


Text Example

White with #AF2247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2247; }

 p { color: rgb(175,34,71); }

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

background-color css

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

 a { background-color: rgb(175,34,71); }

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

border-color css

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

 span { border-color: rgb(175,34,71); }

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