Html Css Color HEX #AF2753 Old Rose

📋 copy color: '#AF2753'

red 175 ◦ green 39 ◦ blue 83

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

Shades of Old Rose #AF2753

Tints of Old Rose #AF2753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.95%

R = 58.92%
G = 13.13%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF2753 (or 0xAF2753) is known color: Old Rose. HEX triplet: AF, 27 and 53. RGB value is (175,39,83). Sum of RGB (Red+Green+Blue) = 175+39+83=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2753 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2753 is #50D8AC. Grayscale: #545454. Windows color (decimal): -5298349 or 5449647. OLE color: 5449647.

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

Color convert

RGB 175 39 83 -
CMYK 0 0.78 0.53 0.31
HSL 340.59º 0.64% 0.42% -
HSV(B) 340.59º 0.78% 0.69% -
XYZ 19.97 11.19 9.29 -
YUV 84.68 127.06 192.42 -
System Red Green Blue C M Y K H S L
Decimal 175 39 83 0 0.78 0.53 0.31 340.59 0.64 0.42
Hex AF 27 53 0 4E 35 1F 155 40 2A
Octal 257 47 123 0 116 65 37 525 100 52
Binary 10101111 100111 1010011 0 1001110 110101 11111 101010101 1000000 101010

Color Harmonies of #AF2753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2753

Black with #AF2753

Text Example


Text Example

White with #AF2753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2753; }

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

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

background-color css

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

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

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

border-color css

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

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

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