Html Css Color HEX #AE0551 Jazzberry Jam

📋 copy color: '#AE0551'

red 174 ◦ green 5 ◦ blue 81

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

Shades of Jazzberry Jam #AE0551

Tints of Jazzberry Jam #AE0551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 31.15%

R = 66.92%
G = 1.92%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AE0551 (or 0xAE0551) is known color: Jazzberry Jam. HEX triplet: AE, 05 and 51. RGB value is (174,5,81). Sum of RGB (Red+Green+Blue) = 174+5+81=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0551 is #51FAAE. Grayscale: #404040. Windows color (decimal): -5372591 or 5309870. OLE color: 5309870.

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

Color convert

RGB 174 5 81 -
CMYK 0 0.97 0.53 0.32
HSL 333.02º 0.94% 0.35% -
HSV(B) 333.02º 0.97% 0.68% -
XYZ 19 9.7 8.66 -
YUV 64.2 137.49 206.32 -
System Red Green Blue C M Y K H S L
Decimal 174 5 81 0 0.97 0.53 0.32 333.02 0.94 0.35
Hex AE 5 51 0 61 35 20 14D 5E 23
Octal 256 5 121 0 141 65 40 515 136 43
Binary 10101110 101 1010001 0 1100001 110101 100000 101001101 1011110 100011

Color Harmonies of #AE0551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0551

Black with #AE0551

Text Example


Text Example

White with #AE0551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0551; }

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

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

background-color css

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

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

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

border-color css

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

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

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