Html Css Color HEX #AE1454 Jazzberry Jam

📋 copy color: '#AE1454'

red 174 ◦ green 20 ◦ blue 84

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

Shades of Jazzberry Jam #AE1454

Tints of Jazzberry Jam #AE1454

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.19%

 BLUE value IS 84 (33.2% from 255) = 30.22%

R = 62.59%
G = 7.19%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AE1454 (or 0xAE1454) is known color: Jazzberry Jam. HEX triplet: AE, 14 and 54. RGB value is (174,20,84). Sum of RGB (Red+Green+Blue) = 174+20+84=278 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.59% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1454 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1454 is #51EBAB. Grayscale: #494949. Windows color (decimal): -5368748 or 5510318. OLE color: 5510318.

HSL color Cylindrical-coordinate representation of color #AE1454: hue angle of 335.06º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE1454 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 20 84 -
CMYK 0 0.89 0.52 0.32
HSL 335.06º 0.79% 0.38% -
HSV(B) 335.06º 0.89% 0.68% -
XYZ 19.31 10.14 9.33 -
YUV 73.34 134.02 199.8 -
System Red Green Blue C M Y K H S L
Decimal 174 20 84 0 0.89 0.52 0.32 335.06 0.79 0.38
Hex AE 14 54 0 59 34 20 14F 4F 26
Octal 256 24 124 0 131 64 40 517 117 46
Binary 10101110 10100 1010100 0 1011001 110100 100000 101001111 1001111 100110

Color Harmonies of #AE1454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1454

Black with #AE1454

Text Example


Text Example

White with #AE1454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1454; }

 p { color: rgb(174,20,84); }

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

background-color css

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

 a { background-color: rgb(174,20,84); }

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

border-color css

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

 span { border-color: rgb(174,20,84); }

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