Html Css Color HEX #AE0744 Jazzberry Jam

📋 copy color: '#AE0744'

red 174 ◦ green 7 ◦ blue 68

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

Shades of Jazzberry Jam #AE0744

Tints of Jazzberry Jam #AE0744

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.81%

 BLUE value IS 68 (26.95% from 255) = 27.31%

R = 69.88%
G = 2.81%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE0744 (or 0xAE0744) is known color: Jazzberry Jam. HEX triplet: AE, 07 and 44. RGB value is (174,7,68). Sum of RGB (Red+Green+Blue) = 174+7+68=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0744 is #51F8BB. Grayscale: #3F3F3F. Windows color (decimal): -5372092 or 4458414. OLE color: 4458414.

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

Color convert

RGB 174 7 68 -
CMYK 0 0.96 0.61 0.32
HSL 338.08º 0.92% 0.35% -
HSV(B) 338.08º 0.96% 0.68% -
XYZ 18.57 9.57 6.34 -
YUV 63.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 174 7 68 0 0.96 0.61 0.32 338.08 0.92 0.35
Hex AE 7 44 0 60 3D 20 152 5C 23
Octal 256 7 104 0 140 75 40 522 134 43
Binary 10101110 111 1000100 0 1100000 111101 100000 101010010 1011100 100011

Color Harmonies of #AE0744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0744

Black with #AE0744

Text Example


Text Example

White with #AE0744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0744; }

 p { color: rgb(174,7,68); }

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

background-color css

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

 a { background-color: rgb(174,7,68); }

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

border-color css

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

 span { border-color: rgb(174,7,68); }

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