Html Css Color HEX #AB2749 Old Rose

📋 copy color: '#AB2749'

red 171 ◦ green 39 ◦ blue 73

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

Shades of Old Rose #AB2749

Tints of Old Rose #AB2749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25.8%

R = 60.42%
G = 13.78%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB2749 (or 0xAB2749) is known color: Old Rose. HEX triplet: AB, 27 and 49. RGB value is (171,39,73). Sum of RGB (Red+Green+Blue) = 171+39+73=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2749 is #54D8B6. Grayscale: #525252. Windows color (decimal): -5560503 or 4794283. OLE color: 4794283.

HSL color Cylindrical-coordinate representation of color #AB2749: hue angle of 344.55º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2749 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 39 73 -
CMYK 0 0.77 0.57 0.33
HSL 344.55º 0.63% 0.41% -
HSV(B) 344.55º 0.77% 0.67% -
XYZ 18.72 10.59 7.36 -
YUV 82.34 122.73 191.24 -
System Red Green Blue C M Y K H S L
Decimal 171 39 73 0 0.77 0.57 0.33 344.55 0.63 0.41
Hex AB 27 49 0 4D 39 21 159 3F 29
Octal 253 47 111 0 115 71 41 531 77 51
Binary 10101011 100111 1001001 0 1001101 111001 100001 101011001 111111 101001

Color Harmonies of #AB2749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2749

Black with #AB2749

Text Example


Text Example

White with #AB2749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2749; }

 p { color: rgb(171,39,73); }

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

background-color css

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

 a { background-color: rgb(171,39,73); }

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

border-color css

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

 span { border-color: rgb(171,39,73); }

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