Html Css Color HEX #AE134E Jazzberry Jam

📋 copy color: '#AE134E'

red 174 ◦ green 19 ◦ blue 78

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

Shades of Jazzberry Jam #AE134E

Tints of Jazzberry Jam #AE134E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.01%

 BLUE value IS 78 (30.86% from 255) = 28.78%

R = 64.21%
G = 7.01%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AE134E (or 0xAE134E) is known color: Jazzberry Jam. HEX triplet: AE, 13 and 4E. RGB value is (174,19,78). Sum of RGB (Red+Green+Blue) = 174+19+78=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE134E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE134E is #51ECB1. Grayscale: #474747. Windows color (decimal): -5369010 or 5116846. OLE color: 5116846.

HSL color Cylindrical-coordinate representation of color #AE134E: hue angle of 337.16º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE134E is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 19 78 -
CMYK 0 0.89 0.55 0.32
HSL 337.16º 0.8% 0.38% -
HSV(B) 337.16º 0.89% 0.68% -
XYZ 19.06 10.01 8.14 -
YUV 72.07 131.35 200.7 -
System Red Green Blue C M Y K H S L
Decimal 174 19 78 0 0.89 0.55 0.32 337.16 0.8 0.38
Hex AE 13 4E 0 59 37 20 151 50 26
Octal 256 23 116 0 131 67 40 521 120 46
Binary 10101110 10011 1001110 0 1011001 110111 100000 101010001 1010000 100110

Color Harmonies of #AE134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE134E

Black with #AE134E

Text Example


Text Example

White with #AE134E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE134E; }

 p { color: rgb(174,19,78); }

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

background-color css

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

 a { background-color: rgb(174,19,78); }

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

border-color css

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

 span { border-color: rgb(174,19,78); }

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