Html Css Color HEX #AE1149 Jazzberry Jam

📋 copy color: '#AE1149'

red 174 ◦ green 17 ◦ blue 73

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

Shades of Jazzberry Jam #AE1149

Tints of Jazzberry Jam #AE1149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.44%

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

R = 65.91%
G = 6.44%
B = 27.65%

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

#AE1149 (or 0xAE1149) is known color: Jazzberry Jam. HEX triplet: AE, 11 and 49. RGB value is (174,17,73). Sum of RGB (Red+Green+Blue) = 174+17+73=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1149 is #51EEB6. Grayscale: #464646. Windows color (decimal): -5369527 or 4788654. OLE color: 4788654.

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

Color convert

RGB 174 17 73 -
CMYK 0 0.90 0.58 0.32
HSL 338.6º 0.82% 0.37% -
HSV(B) 338.6º 0.9% 0.68% -
XYZ 18.86 9.88 7.22 -
YUV 70.33 129.51 201.95 -
System Red Green Blue C M Y K H S L
Decimal 174 17 73 0 0.90 0.58 0.32 338.6 0.82 0.37
Hex AE 11 49 0 5A 3A 20 153 52 25
Octal 256 21 111 0 132 72 40 523 122 45
Binary 10101110 10001 1001001 0 1011010 111010 100000 101010011 1010010 100101

Color Harmonies of #AE1149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1149

Black with #AE1149

Text Example


Text Example

White with #AE1149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1149; }

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

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

background-color css

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

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

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

border-color css

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

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

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