Html Css Color HEX #AE1451 Jazzberry Jam

📋 copy color: '#AE1451'

red 174 ◦ green 20 ◦ blue 81

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

Shades of Jazzberry Jam #AE1451

Tints of Jazzberry Jam #AE1451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.45%

R = 63.27%
G = 7.27%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AE1451 (or 0xAE1451) is known color: Jazzberry Jam. HEX triplet: AE, 14 and 51. RGB value is (174,20,81). Sum of RGB (Red+Green+Blue) = 174+20+81=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1451 is #51EBAE. Grayscale: #484848. Windows color (decimal): -5368751 or 5313710. OLE color: 5313710.

HSL color Cylindrical-coordinate representation of color #AE1451: hue angle of 336.23º 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 #AE1451 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 20 81 -
CMYK 0 0.89 0.53 0.32
HSL 336.23º 0.79% 0.38% -
HSV(B) 336.23º 0.89% 0.68% -
XYZ 19.19 10.09 8.72 -
YUV 73 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 174 20 81 0 0.89 0.53 0.32 336.23 0.79 0.38
Hex AE 14 51 0 59 35 20 150 4F 26
Octal 256 24 121 0 131 65 40 520 117 46
Binary 10101110 10100 1010001 0 1011001 110101 100000 101010000 1001111 100110

Color Harmonies of #AE1451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1451

Black with #AE1451

Text Example


Text Example

White with #AE1451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1451; }

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

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

background-color css

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

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

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

border-color css

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

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

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