Html Css Color HEX #AE0442 Jazzberry Jam

📋 copy color: '#AE0442'

red 174 ◦ green 4 ◦ blue 66

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

Shades of Jazzberry Jam #AE0442

Tints of Jazzberry Jam #AE0442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.64%

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

R = 71.31%
G = 1.64%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE0442 (or 0xAE0442) is known color: Jazzberry Jam. HEX triplet: AE, 04 and 42. RGB value is (174,4,66). Sum of RGB (Red+Green+Blue) = 174+4+66=244 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.31% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0442 is #51FBBD. Grayscale: #3D3D3D. Windows color (decimal): -5372862 or 4326574. OLE color: 4326574.

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

Color convert

RGB 174 4 66 -
CMYK 0 0.98 0.62 0.32
HSL 338.12º 0.96% 0.35% -
HSV(B) 338.12º 0.98% 0.68% -
XYZ 18.48 9.48 6.01 -
YUV 61.9 130.32 207.96 -
System Red Green Blue C M Y K H S L
Decimal 174 4 66 0 0.98 0.62 0.32 338.12 0.96 0.35
Hex AE 4 42 0 62 3E 20 152 60 23
Octal 256 4 102 0 142 76 40 522 140 43
Binary 10101110 100 1000010 0 1100010 111110 100000 101010010 1100000 100011

Color Harmonies of #AE0442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0442

Black with #AE0442

Text Example


Text Example

White with #AE0442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0442; }

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

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

background-color css

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

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

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

border-color css

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

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

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