Html Css Color HEX #AE0452 Jazzberry Jam

📋 copy color: '#AE0452'

red 174 ◦ green 4 ◦ blue 82

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

Shades of Jazzberry Jam #AE0452

Tints of Jazzberry Jam #AE0452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.54%

R = 66.92%
G = 1.54%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AE0452 (or 0xAE0452) is known color: Jazzberry Jam. HEX triplet: AE, 04 and 52. RGB value is (174,4,82). Sum of RGB (Red+Green+Blue) = 174+4+82=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0452 is #51FBAD. Grayscale: #3F3F3F. Windows color (decimal): -5372846 or 5375150. OLE color: 5375150.

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

Color convert

RGB 174 4 82 -
CMYK 0 0.98 0.53 0.32
HSL 332.47º 0.96% 0.35% -
HSV(B) 332.47º 0.98% 0.68% -
XYZ 19.02 9.69 8.85 -
YUV 63.72 138.32 206.66 -
System Red Green Blue C M Y K H S L
Decimal 174 4 82 0 0.98 0.53 0.32 332.47 0.96 0.35
Hex AE 4 52 0 62 35 20 14C 60 23
Octal 256 4 122 0 142 65 40 514 140 43
Binary 10101110 100 1010010 0 1100010 110101 100000 101001100 1100000 100011

Color Harmonies of #AE0452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0452

Black with #AE0452

Text Example


Text Example

White with #AE0452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0452; }

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

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

background-color css

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

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

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

border-color css

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

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

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