Html Css Color HEX #AF1B47 Old Rose

📋 copy color: '#AF1B47'

red 175 ◦ green 27 ◦ blue 71

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

Shades of Old Rose #AF1B47

Tints of Old Rose #AF1B47

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.89%

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

R = 64.1%
G = 9.89%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF1B47 (or 0xAF1B47) is known color: Old Rose. HEX triplet: AF, 1B and 47. RGB value is (175,27,71). Sum of RGB (Red+Green+Blue) = 175+27+71=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1B47 is #50E4B8. Grayscale: #4C4C4C. Windows color (decimal): -5301433 or 4660143. OLE color: 4660143.

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

Color convert

RGB 175 27 71 -
CMYK 0 0.85 0.59 0.31
HSL 342.16º 0.73% 0.4% -
HSV(B) 342.16º 0.85% 0.69% -
XYZ 19.21 10.35 6.95 -
YUV 76.27 125.03 198.42 -
System Red Green Blue C M Y K H S L
Decimal 175 27 71 0 0.85 0.59 0.31 342.16 0.73 0.4
Hex AF 1B 47 0 55 3B 1F 156 49 28
Octal 257 33 107 0 125 73 37 526 111 50
Binary 10101111 11011 1000111 0 1010101 111011 11111 101010110 1001001 101000

Color Harmonies of #AF1B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1B47

Black with #AF1B47

Text Example


Text Example

White with #AF1B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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