Html Css Color HEX #AE0742 Jazzberry Jam

📋 copy color: '#AE0742'

red 174 ◦ green 7 ◦ blue 66

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

Shades of Jazzberry Jam #AE0742

Tints of Jazzberry Jam #AE0742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.72%

R = 70.45%
G = 2.83%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE0742 (or 0xAE0742) is known color: Jazzberry Jam. HEX triplet: AE, 07 and 42. RGB value is (174,7,66). Sum of RGB (Red+Green+Blue) = 174+7+66=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0742 is #51F8BD. Grayscale: #3F3F3F. Windows color (decimal): -5372094 or 4327342. OLE color: 4327342.

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

Color convert

RGB 174 7 66 -
CMYK 0 0.96 0.62 0.32
HSL 338.8º 0.92% 0.35% -
HSV(B) 338.8º 0.96% 0.68% -
XYZ 18.51 9.54 6.02 -
YUV 63.66 129.33 206.7 -
System Red Green Blue C M Y K H S L
Decimal 174 7 66 0 0.96 0.62 0.32 338.8 0.92 0.35
Hex AE 7 42 0 60 3E 20 153 5C 23
Octal 256 7 102 0 140 76 40 523 134 43
Binary 10101110 111 1000010 0 1100000 111110 100000 101010011 1011100 100011

Color Harmonies of #AE0742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0742

Black with #AE0742

Text Example


Text Example

White with #AE0742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0742; }

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

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

background-color css

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

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

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

border-color css

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

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

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