Html Css Color HEX #AE0C44 Jazzberry Jam

📋 copy color: '#AE0C44'

red 174 ◦ green 12 ◦ blue 68

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

Shades of Jazzberry Jam #AE0C44

Tints of Jazzberry Jam #AE0C44

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.72%

 BLUE value IS 68 (26.95% from 255) = 26.77%

R = 68.5%
G = 4.72%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE0C44 (or 0xAE0C44) is known color: Jazzberry Jam. HEX triplet: AE, 0C and 44. RGB value is (174,12,68). Sum of RGB (Red+Green+Blue) = 174+12+68=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0C44 is #51F3BB. Grayscale: #424242. Windows color (decimal): -5370812 or 4459694. OLE color: 4459694.

HSL color Cylindrical-coordinate representation of color #AE0C44: hue angle of 339.26º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0C44 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 12 68 -
CMYK 0 0.93 0.61 0.32
HSL 339.26º 0.87% 0.36% -
HSV(B) 339.26º 0.93% 0.68% -
XYZ 18.63 9.68 6.36 -
YUV 66.82 128.67 204.45 -
System Red Green Blue C M Y K H S L
Decimal 174 12 68 0 0.93 0.61 0.32 339.26 0.87 0.36
Hex AE C 44 0 5D 3D 20 153 57 24
Octal 256 14 104 0 135 75 40 523 127 44
Binary 10101110 1100 1000100 0 1011101 111101 100000 101010011 1010111 100100

Color Harmonies of #AE0C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0C44

Black with #AE0C44

Text Example


Text Example

White with #AE0C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0C44; }

 p { color: rgb(174,12,68); }

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

background-color css

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

 a { background-color: rgb(174,12,68); }

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

border-color css

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

 span { border-color: rgb(174,12,68); }

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