Html Css Color HEX #AE064D Jazzberry Jam

📋 copy color: '#AE064D'

red 174 ◦ green 6 ◦ blue 77

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

Shades of Jazzberry Jam #AE064D

Tints of Jazzberry Jam #AE064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

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

R = 67.7%
G = 2.33%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE064D (or 0xAE064D) is known color: Jazzberry Jam. HEX triplet: AE, 06 and 4D. RGB value is (174,6,77). Sum of RGB (Red+Green+Blue) = 174+6+77=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE064D is #51F9B2. Grayscale: #404040. Windows color (decimal): -5372339 or 5047982. OLE color: 5047982.

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

Color convert

RGB 174 6 77 -
CMYK 0 0.97 0.56 0.32
HSL 334.64º 0.93% 0.35% -
HSV(B) 334.64º 0.97% 0.68% -
XYZ 18.86 9.66 7.89 -
YUV 64.33 135.16 206.23 -
System Red Green Blue C M Y K H S L
Decimal 174 6 77 0 0.97 0.56 0.32 334.64 0.93 0.35
Hex AE 6 4D 0 61 38 20 14F 5D 23
Octal 256 6 115 0 141 70 40 517 135 43
Binary 10101110 110 1001101 0 1100001 111000 100000 101001111 1011101 100011

Color Harmonies of #AE064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE064D

Black with #AE064D

Text Example


Text Example

White with #AE064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE064D; }

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

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

background-color css

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

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

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

border-color css

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

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

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