Html Css Color HEX #AE0748 Jazzberry Jam

📋 copy color: '#AE0748'

red 174 ◦ green 7 ◦ blue 72

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

Shades of Jazzberry Jam #AE0748

Tints of Jazzberry Jam #AE0748

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.77%

 BLUE value IS 72 (28.52% from 255) = 28.46%

R = 68.77%
G = 2.77%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AE0748 (or 0xAE0748) is known color: Jazzberry Jam. HEX triplet: AE, 07 and 48. RGB value is (174,7,72). Sum of RGB (Red+Green+Blue) = 174+7+72=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0748 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0748 is #51F8B7. Grayscale: #404040. Windows color (decimal): -5372088 or 4720558. OLE color: 4720558.

HSL color Cylindrical-coordinate representation of color #AE0748: hue angle of 336.65º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE0748 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 7 72 -
CMYK 0 0.96 0.59 0.32
HSL 336.65º 0.92% 0.35% -
HSV(B) 336.65º 0.96% 0.68% -
XYZ 18.7 9.62 7 -
YUV 64.34 132.33 206.21 -
System Red Green Blue C M Y K H S L
Decimal 174 7 72 0 0.96 0.59 0.32 336.65 0.92 0.35
Hex AE 7 48 0 60 3B 20 151 5C 23
Octal 256 7 110 0 140 73 40 521 134 43
Binary 10101110 111 1001000 0 1100000 111011 100000 101010001 1011100 100011

Color Harmonies of #AE0748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0748

Black with #AE0748

Text Example


Text Example

White with #AE0748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0748; }

 p { color: rgb(174,7,72); }

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

background-color css

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

 a { background-color: rgb(174,7,72); }

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

border-color css

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

 span { border-color: rgb(174,7,72); }

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