Html Css Color HEX #AE0949 Jazzberry Jam

📋 copy color: '#AE0949'

red 174 ◦ green 9 ◦ blue 73

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

Shades of Jazzberry Jam #AE0949

Tints of Jazzberry Jam #AE0949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.52%

 BLUE value IS 73 (28.91% from 255) = 28.52%

R = 67.97%
G = 3.52%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AE0949 (or 0xAE0949) is known color: Jazzberry Jam. HEX triplet: AE, 09 and 49. RGB value is (174,9,73). Sum of RGB (Red+Green+Blue) = 174+9+73=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0949 is #51F6B6. Grayscale: #414141. Windows color (decimal): -5371575 or 4786606. OLE color: 4786606.

HSL color Cylindrical-coordinate representation of color #AE0949: hue angle of 336.73º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0949 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 9 73 -
CMYK 0 0.95 0.58 0.32
HSL 336.73º 0.9% 0.36% -
HSV(B) 336.73º 0.95% 0.68% -
XYZ 18.76 9.68 7.18 -
YUV 65.63 132.16 205.3 -
System Red Green Blue C M Y K H S L
Decimal 174 9 73 0 0.95 0.58 0.32 336.73 0.9 0.36
Hex AE 9 49 0 5F 3A 20 151 5A 24
Octal 256 11 111 0 137 72 40 521 132 44
Binary 10101110 1001 1001001 0 1011111 111010 100000 101010001 1011010 100100

Color Harmonies of #AE0949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0949

Black with #AE0949

Text Example


Text Example

White with #AE0949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0949; }

 p { color: rgb(174,9,73); }

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

background-color css

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

 a { background-color: rgb(174,9,73); }

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

border-color css

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

 span { border-color: rgb(174,9,73); }

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