Html Css Color HEX #AF2847 Old Rose

📋 copy color: '#AF2847'

red 175 ◦ green 40 ◦ blue 71

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

Shades of Old Rose #AF2847

Tints of Old Rose #AF2847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.99%

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

R = 61.19%
G = 13.99%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF2847 (or 0xAF2847) is known color: Old Rose. HEX triplet: AF, 28 and 47. RGB value is (175,40,71). Sum of RGB (Red+Green+Blue) = 175+40+71=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2847 is #50D7B8. Grayscale: #535353. Windows color (decimal): -5298105 or 4663471. OLE color: 4663471.

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

Color convert

RGB 175 40 71 -
CMYK 0 0.77 0.59 0.31
HSL 346.22º 0.63% 0.42% -
HSV(B) 346.22º 0.77% 0.69% -
XYZ 19.58 11.09 7.07 -
YUV 83.9 120.73 192.98 -
System Red Green Blue C M Y K H S L
Decimal 175 40 71 0 0.77 0.59 0.31 346.22 0.63 0.42
Hex AF 28 47 0 4D 3B 1F 15A 3F 2A
Octal 257 50 107 0 115 73 37 532 77 52
Binary 10101111 101000 1000111 0 1001101 111011 11111 101011010 111111 101010

Color Harmonies of #AF2847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2847

Black with #AF2847

Text Example


Text Example

White with #AF2847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2847; }

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

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

background-color css

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

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

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

border-color css

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

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

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