Html Css Color HEX #AF2747 Old Rose

📋 copy color: '#AF2747'

red 175 ◦ green 39 ◦ blue 71

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

Shades of Old Rose #AF2747

Tints of Old Rose #AF2747

RGB

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

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

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

R = 61.4%
G = 13.68%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF2747 (or 0xAF2747) is known color: Old Rose. HEX triplet: AF, 27 and 47. RGB value is (175,39,71). Sum of RGB (Red+Green+Blue) = 175+39+71=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2747 is #50D8B8. Grayscale: #535353. Windows color (decimal): -5298361 or 4663215. OLE color: 4663215.

HSL color Cylindrical-coordinate representation of color #AF2747: hue angle of 345.88º 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 #AF2747 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 39 71 -
CMYK 0 0.78 0.59 0.31
HSL 345.88º 0.64% 0.42% -
HSV(B) 345.88º 0.78% 0.69% -
XYZ 19.54 11.02 7.06 -
YUV 83.31 121.06 193.4 -
System Red Green Blue C M Y K H S L
Decimal 175 39 71 0 0.78 0.59 0.31 345.88 0.64 0.42
Hex AF 27 47 0 4E 3B 1F 15A 40 2A
Octal 257 47 107 0 116 73 37 532 100 52
Binary 10101111 100111 1000111 0 1001110 111011 11111 101011010 1000000 101010

Color Harmonies of #AF2747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2747

Black with #AF2747

Text Example


Text Example

White with #AF2747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2747; }

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

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

background-color css

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

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

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

border-color css

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

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

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