Html Css Color HEX #AE144D Jazzberry Jam

📋 copy color: '#AE144D'

red 174 ◦ green 20 ◦ blue 77

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

Shades of Jazzberry Jam #AE144D

Tints of Jazzberry Jam #AE144D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.41%

R = 64.21%
G = 7.38%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE144D (or 0xAE144D) is known color: Jazzberry Jam. HEX triplet: AE, 14 and 4D. RGB value is (174,20,77). Sum of RGB (Red+Green+Blue) = 174+20+77=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE144D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE144D is #51EBB2. Grayscale: #484848. Windows color (decimal): -5368755 or 5051566. OLE color: 5051566.

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

Color convert

RGB 174 20 77 -
CMYK 0 0.89 0.56 0.32
HSL 337.79º 0.79% 0.38% -
HSV(B) 337.79º 0.89% 0.68% -
XYZ 19.05 10.03 7.95 -
YUV 72.54 130.52 200.37 -
System Red Green Blue C M Y K H S L
Decimal 174 20 77 0 0.89 0.56 0.32 337.79 0.79 0.38
Hex AE 14 4D 0 59 38 20 152 4F 26
Octal 256 24 115 0 131 70 40 522 117 46
Binary 10101110 10100 1001101 0 1011001 111000 100000 101010010 1001111 100110

Color Harmonies of #AE144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE144D

Black with #AE144D

Text Example


Text Example

White with #AE144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE144D; }

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

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

background-color css

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

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

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

border-color css

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

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

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