Html Css Color HEX #AE0542 Jazzberry Jam

📋 copy color: '#AE0542'

red 174 ◦ green 5 ◦ blue 66

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

Shades of Jazzberry Jam #AE0542

Tints of Jazzberry Jam #AE0542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.94%

R = 71.02%
G = 2.04%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE0542 (or 0xAE0542) is known color: Jazzberry Jam. HEX triplet: AE, 05 and 42. RGB value is (174,5,66). Sum of RGB (Red+Green+Blue) = 174+5+66=245 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.02% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0542 is #51FABD. Grayscale: #3E3E3E. Windows color (decimal): -5372606 or 4326830. OLE color: 4326830.

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

Color convert

RGB 174 5 66 -
CMYK 0 0.97 0.62 0.32
HSL 338.34º 0.94% 0.35% -
HSV(B) 338.34º 0.97% 0.68% -
XYZ 18.49 9.5 6.01 -
YUV 62.49 129.99 207.54 -
System Red Green Blue C M Y K H S L
Decimal 174 5 66 0 0.97 0.62 0.32 338.34 0.94 0.35
Hex AE 5 42 0 61 3E 20 152 5E 23
Octal 256 5 102 0 141 76 40 522 136 43
Binary 10101110 101 1000010 0 1100001 111110 100000 101010010 1011110 100011

Color Harmonies of #AE0542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0542

Black with #AE0542

Text Example


Text Example

White with #AE0542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0542; }

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

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

background-color css

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

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

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

border-color css

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

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

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