Html Css Color HEX #AE1249 Jazzberry Jam

📋 copy color: '#AE1249'

red 174 ◦ green 18 ◦ blue 73

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

Shades of Jazzberry Jam #AE1249

Tints of Jazzberry Jam #AE1249

RGB

 RED value IS 174 (68.36% from 255) = 65.66%

 GREEN value IS 18 (7.42% from 255) = 6.79%

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

R = 65.66%
G = 6.79%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AE1249 (or 0xAE1249) is known color: Jazzberry Jam. HEX triplet: AE, 12 and 49. RGB value is (174,18,73). Sum of RGB (Red+Green+Blue) = 174+18+73=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1249 is #51EDB6. Grayscale: #464646. Windows color (decimal): -5369271 or 4788910. OLE color: 4788910.

HSL color Cylindrical-coordinate representation of color #AE1249: hue angle of 338.85º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1249 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 18 73 -
CMYK 0 0.90 0.58 0.32
HSL 338.85º 0.81% 0.38% -
HSV(B) 338.85º 0.9% 0.68% -
XYZ 18.87 9.91 7.22 -
YUV 70.91 129.18 201.53 -
System Red Green Blue C M Y K H S L
Decimal 174 18 73 0 0.90 0.58 0.32 338.85 0.81 0.38
Hex AE 12 49 0 5A 3A 20 153 51 26
Octal 256 22 111 0 132 72 40 523 121 46
Binary 10101110 10010 1001001 0 1011010 111010 100000 101010011 1010001 100110

Color Harmonies of #AE1249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1249

Black with #AE1249

Text Example


Text Example

White with #AE1249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1249; }

 p { color: rgb(174,18,73); }

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

background-color css

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

 a { background-color: rgb(174,18,73); }

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

border-color css

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

 span { border-color: rgb(174,18,73); }

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