Html Css Color HEX #AB1F47 Old Rose

📋 copy color: '#AB1F47'

red 171 ◦ green 31 ◦ blue 71

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

Shades of Old Rose #AB1F47

Tints of Old Rose #AB1F47

RGB

 RED value IS 171 (67.19% from 255) = 62.64%

 GREEN value IS 31 (12.5% from 255) = 11.36%

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

R = 62.64%
G = 11.36%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB1F47 (or 0xAB1F47) is known color: Old Rose. HEX triplet: AB, 1F and 47. RGB value is (171,31,71). Sum of RGB (Red+Green+Blue) = 171+31+71=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1F47 is #54E0B8. Grayscale: #4D4D4D. Windows color (decimal): -5562553 or 4661163. OLE color: 4661163.

HSL color Cylindrical-coordinate representation of color #AB1F47: hue angle of 342.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1F47 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 31 71 -
CMYK 0 0.82 0.58 0.33
HSL 342.86º 0.69% 0.4% -
HSV(B) 342.86º 0.82% 0.67% -
XYZ 18.42 10.09 6.94 -
YUV 77.42 124.38 194.75 -
System Red Green Blue C M Y K H S L
Decimal 171 31 71 0 0.82 0.58 0.33 342.86 0.69 0.4
Hex AB 1F 47 0 52 3A 21 157 45 28
Octal 253 37 107 0 122 72 41 527 105 50
Binary 10101011 11111 1000111 0 1010010 111010 100001 101010111 1000101 101000

Color Harmonies of #AB1F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1F47

Black with #AB1F47

Text Example


Text Example

White with #AB1F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1F47; }

 p { color: rgb(171,31,71); }

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

background-color css

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

 a { background-color: rgb(171,31,71); }

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

border-color css

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

 span { border-color: rgb(171,31,71); }

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