Html Css Color HEX #AE0E4D Jazzberry Jam

📋 copy color: '#AE0E4D'

red 174 ◦ green 14 ◦ blue 77

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

Shades of Jazzberry Jam #AE0E4D

Tints of Jazzberry Jam #AE0E4D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.28%

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

R = 65.66%
G = 5.28%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE0E4D (or 0xAE0E4D) is known color: Jazzberry Jam. HEX triplet: AE, 0E and 4D. RGB value is (174,14,77). Sum of RGB (Red+Green+Blue) = 174+14+77=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0E4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0E4D is #51F1B2. Grayscale: #444444. Windows color (decimal): -5370291 or 5050030. OLE color: 5050030.

HSL color Cylindrical-coordinate representation of color #AE0E4D: hue angle of 336.38º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE0E4D is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 14 77 -
CMYK 0 0.92 0.56 0.32
HSL 336.38º 0.85% 0.37% -
HSV(B) 336.38º 0.92% 0.68% -
XYZ 18.95 9.85 7.92 -
YUV 69.02 132.51 202.88 -
System Red Green Blue C M Y K H S L
Decimal 174 14 77 0 0.92 0.56 0.32 336.38 0.85 0.37
Hex AE E 4D 0 5C 38 20 150 55 25
Octal 256 16 115 0 134 70 40 520 125 45
Binary 10101110 1110 1001101 0 1011100 111000 100000 101010000 1010101 100101

Color Harmonies of #AE0E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0E4D

Black with #AE0E4D

Text Example


Text Example

White with #AE0E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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