Html Css Color HEX #AE0845 Jazzberry Jam

📋 copy color: '#AE0845'

red 174 ◦ green 8 ◦ blue 69

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

Shades of Jazzberry Jam #AE0845

Tints of Jazzberry Jam #AE0845

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.19%

 BLUE value IS 69 (27.34% from 255) = 27.49%

R = 69.32%
G = 3.19%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE0845 (or 0xAE0845) is known color: Jazzberry Jam. HEX triplet: AE, 08 and 45. RGB value is (174,8,69). Sum of RGB (Red+Green+Blue) = 174+8+69=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0845 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0845 is #51F7BA. Grayscale: #404040. Windows color (decimal): -5371835 or 4524206. OLE color: 4524206.

HSL color Cylindrical-coordinate representation of color #AE0845: hue angle of 337.95º degrees, saturation: 0.91, 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 #AE0845 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 8 69 -
CMYK 0 0.95 0.60 0.32
HSL 337.95º 0.91% 0.36% -
HSV(B) 337.95º 0.95% 0.68% -
XYZ 18.62 9.6 6.5 -
YUV 64.59 130.5 206.04 -
System Red Green Blue C M Y K H S L
Decimal 174 8 69 0 0.95 0.60 0.32 337.95 0.91 0.36
Hex AE 8 45 0 5F 3C 20 152 5B 24
Octal 256 10 105 0 137 74 40 522 133 44
Binary 10101110 1000 1000101 0 1011111 111100 100000 101010010 1011011 100100

Color Harmonies of #AE0845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0845

Black with #AE0845

Text Example


Text Example

White with #AE0845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0845; }

 p { color: rgb(174,8,69); }

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

background-color css

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

 a { background-color: rgb(174,8,69); }

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

border-color css

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

 span { border-color: rgb(174,8,69); }

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