Html Css Color HEX #AB2741 Old Rose

📋 copy color: '#AB2741'

red 171 ◦ green 39 ◦ blue 65

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

Shades of Old Rose #AB2741

Tints of Old Rose #AB2741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.64%

R = 62.18%
G = 14.18%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB2741 (or 0xAB2741) is known color: Old Rose. HEX triplet: AB, 27 and 41. RGB value is (171,39,65). Sum of RGB (Red+Green+Blue) = 171+39+65=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2741 is #54D8BE. Grayscale: #515151. Windows color (decimal): -5560511 or 4269995. OLE color: 4269995.

HSL color Cylindrical-coordinate representation of color #AB2741: hue angle of 348.18º 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 #AB2741 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 39 65 -
CMYK 0 0.77 0.62 0.33
HSL 348.18º 0.63% 0.41% -
HSV(B) 348.18º 0.77% 0.67% -
XYZ 18.47 10.49 6.05 -
YUV 81.43 118.73 191.89 -
System Red Green Blue C M Y K H S L
Decimal 171 39 65 0 0.77 0.62 0.33 348.18 0.63 0.41
Hex AB 27 41 0 4D 3E 21 15C 3F 29
Octal 253 47 101 0 115 76 41 534 77 51
Binary 10101011 100111 1000001 0 1001101 111110 100001 101011100 111111 101001

Color Harmonies of #AB2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2741

Black with #AB2741

Text Example


Text Example

White with #AB2741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2741; }

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

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

background-color css

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

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

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

border-color css

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

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

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