Html Css Color HEX #AE0449 Jazzberry Jam

📋 copy color: '#AE0449'

red 174 ◦ green 4 ◦ blue 73

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

Shades of Jazzberry Jam #AE0449

Tints of Jazzberry Jam #AE0449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

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

R = 69.32%
G = 1.59%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AE0449 (or 0xAE0449) is known color: Jazzberry Jam. HEX triplet: AE, 04 and 49. RGB value is (174,4,73). Sum of RGB (Red+Green+Blue) = 174+4+73=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0449 is #51FBB6. Grayscale: #3E3E3E. Windows color (decimal): -5372855 or 4785326. OLE color: 4785326.

HSL color Cylindrical-coordinate representation of color #AE0449: hue angle of 335.65º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE0449 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 4 73 -
CMYK 0 0.98 0.58 0.32
HSL 335.65º 0.96% 0.35% -
HSV(B) 335.65º 0.98% 0.68% -
XYZ 18.7 9.57 7.16 -
YUV 62.7 133.82 207.39 -
System Red Green Blue C M Y K H S L
Decimal 174 4 73 0 0.98 0.58 0.32 335.65 0.96 0.35
Hex AE 4 49 0 62 3A 20 150 60 23
Octal 256 4 111 0 142 72 40 520 140 43
Binary 10101110 100 1001001 0 1100010 111010 100000 101010000 1100000 100011

Color Harmonies of #AE0449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0449

Black with #AE0449

Text Example


Text Example

White with #AE0449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0449; }

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

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

background-color css

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

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

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

border-color css

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

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

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