Html Css Color HEX #AF2749 Old Rose

📋 copy color: '#AF2749'

red 175 ◦ green 39 ◦ blue 73

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

Shades of Old Rose #AF2749

Tints of Old Rose #AF2749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.59%

 BLUE value IS 73 (28.91% from 255) = 25.44%

R = 60.98%
G = 13.59%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF2749 (or 0xAF2749) is known color: Old Rose. HEX triplet: AF, 27 and 49. RGB value is (175,39,73). Sum of RGB (Red+Green+Blue) = 175+39+73=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2749 is #50D8B6. Grayscale: #535353. Windows color (decimal): -5298359 or 4794287. OLE color: 4794287.

HSL color Cylindrical-coordinate representation of color #AF2749: hue angle of 345º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2749 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 39 73 -
CMYK 0 0.78 0.58 0.31
HSL 345º 0.64% 0.42% -
HSV(B) 345º 0.78% 0.69% -
XYZ 19.61 11.05 7.4 -
YUV 83.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 175 39 73 0 0.78 0.58 0.31 345 0.64 0.42
Hex AF 27 49 0 4E 3A 1F 159 40 2A
Octal 257 47 111 0 116 72 37 531 100 52
Binary 10101111 100111 1001001 0 1001110 111010 11111 101011001 1000000 101010

Color Harmonies of #AF2749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2749

Black with #AF2749

Text Example


Text Example

White with #AF2749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2749; }

 p { color: rgb(175,39,73); }

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

background-color css

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

 a { background-color: rgb(175,39,73); }

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

border-color css

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

 span { border-color: rgb(175,39,73); }

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