Html Css Color HEX #AE0044 Jazzberry Jam

📋 copy color: '#AE0044'

red 174 ◦ green 0 ◦ blue 68

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

Shades of Jazzberry Jam #AE0044

Tints of Jazzberry Jam #AE0044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 71.9%
G = 0%
B = 28.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE0044 (or 0xAE0044) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 44. RGB value is (174,0,68). Sum of RGB (Red+Green+Blue) = 174+0+68=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0044 is #51FFBB. Grayscale: #3B3B3B. Windows color (decimal): -5373884 or 4456622. OLE color: 4456622.

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

Color convert

RGB 174 0 68 -
CMYK 0 1 0.61 0.32
HSL 336.55º 1% 0.34% -
HSV(B) 336.55º 1% 0.68% -
XYZ 18.5 9.42 6.31 -
YUV 59.78 132.65 209.47 -
System Red Green Blue C M Y K H S L
Decimal 174 0 68 0 1 0.61 0.32 336.55 1 0.34
Hex AE 0 44 0 64 3D 20 151 64 22
Octal 256 0 104 0 144 75 40 521 144 42
Binary 10101110 0 1000100 0 1100100 111101 100000 101010001 1100100 100010

Color Harmonies of #AE0044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0044

Black with #AE0044

Text Example


Text Example

White with #AE0044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0044; }

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

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

background-color css

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

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

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

border-color css

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

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

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