Html Css Color HEX #AE0540 Jazzberry Jam

📋 copy color: '#AE0540'

red 174 ◦ green 5 ◦ blue 64

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

Shades of Jazzberry Jam #AE0540

Tints of Jazzberry Jam #AE0540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.06%

 BLUE value IS 64 (25.39% from 255) = 26.34%

R = 71.6%
G = 2.06%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE0540 (or 0xAE0540) is known color: Jazzberry Jam. HEX triplet: AE, 05 and 40. RGB value is (174,5,64). Sum of RGB (Red+Green+Blue) = 174+5+64=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0540 is #51FABF. Grayscale: #3E3E3E. Windows color (decimal): -5372608 or 4195758. OLE color: 4195758.

HSL color Cylindrical-coordinate representation of color #AE0540: hue angle of 339.05º degrees, saturation: 0.94, 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 #AE0540 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 5 64 -
CMYK 0 0.97 0.63 0.32
HSL 339.05º 0.94% 0.35% -
HSV(B) 339.05º 0.97% 0.68% -
XYZ 18.44 9.48 5.71 -
YUV 62.26 128.99 207.7 -
System Red Green Blue C M Y K H S L
Decimal 174 5 64 0 0.97 0.63 0.32 339.05 0.94 0.35
Hex AE 5 40 0 61 3F 20 153 5E 23
Octal 256 5 100 0 141 77 40 523 136 43
Binary 10101110 101 1000000 0 1100001 111111 100000 101010011 1011110 100011

Color Harmonies of #AE0540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0540

Black with #AE0540

Text Example


Text Example

White with #AE0540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0540; }

 p { color: rgb(174,5,64); }

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

background-color css

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

 a { background-color: rgb(174,5,64); }

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

border-color css

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

 span { border-color: rgb(174,5,64); }

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