Html Css Color HEX #AE0448 Jazzberry Jam

📋 copy color: '#AE0448'

red 174 ◦ green 4 ◦ blue 72

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

Shades of Jazzberry Jam #AE0448

Tints of Jazzberry Jam #AE0448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.8%

R = 69.6%
G = 1.6%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AE0448 (or 0xAE0448) is known color: Jazzberry Jam. HEX triplet: AE, 04 and 48. RGB value is (174,4,72). Sum of RGB (Red+Green+Blue) = 174+4+72=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0448 is #51FBB7. Grayscale: #3E3E3E. Windows color (decimal): -5372856 or 4719790. OLE color: 4719790.

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

Color convert

RGB 174 4 72 -
CMYK 0 0.98 0.59 0.32
HSL 336º 0.96% 0.35% -
HSV(B) 336º 0.98% 0.68% -
XYZ 18.67 9.55 6.99 -
YUV 62.58 133.32 207.47 -
System Red Green Blue C M Y K H S L
Decimal 174 4 72 0 0.98 0.59 0.32 336 0.96 0.35
Hex AE 4 48 0 62 3B 20 150 60 23
Octal 256 4 110 0 142 73 40 520 140 43
Binary 10101110 100 1001000 0 1100010 111011 100000 101010000 1100000 100011

Color Harmonies of #AE0448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0448

Black with #AE0448

Text Example


Text Example

White with #AE0448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0448; }

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

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

background-color css

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

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

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

border-color css

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

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

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