Html Css Color HEX #AE044B Jazzberry Jam

📋 copy color: '#AE044B'

red 174 ◦ green 4 ◦ blue 75

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

Shades of Jazzberry Jam #AE044B

Tints of Jazzberry Jam #AE044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.58%

 BLUE value IS 75 (29.69% from 255) = 29.64%

R = 68.77%
G = 1.58%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE044B (or 0xAE044B) is known color: Jazzberry Jam. HEX triplet: AE, 04 and 4B. RGB value is (174,4,75). Sum of RGB (Red+Green+Blue) = 174+4+75=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE044B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE044B is #51FBB4. Grayscale: #3E3E3E. Windows color (decimal): -5372853 or 4916398. OLE color: 4916398.

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

Color convert

RGB 174 4 75 -
CMYK 0 0.98 0.57 0.32
HSL 334.94º 0.96% 0.35% -
HSV(B) 334.94º 0.98% 0.68% -
XYZ 18.77 9.59 7.52 -
YUV 62.92 134.82 207.23 -
System Red Green Blue C M Y K H S L
Decimal 174 4 75 0 0.98 0.57 0.32 334.94 0.96 0.35
Hex AE 4 4B 0 62 39 20 14F 60 23
Octal 256 4 113 0 142 71 40 517 140 43
Binary 10101110 100 1001011 0 1100010 111001 100000 101001111 1100000 100011

Color Harmonies of #AE044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE044B

Black with #AE044B

Text Example


Text Example

White with #AE044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE044B; }

 p { color: rgb(174,4,75); }

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

background-color css

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

 a { background-color: rgb(174,4,75); }

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

border-color css

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

 span { border-color: rgb(174,4,75); }

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