Html Css Color HEX #AE0741 Jazzberry Jam

📋 copy color: '#AE0741'

red 174 ◦ green 7 ◦ blue 65

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

Shades of Jazzberry Jam #AE0741

Tints of Jazzberry Jam #AE0741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.42%

R = 70.73%
G = 2.85%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE0741 (or 0xAE0741) is known color: Jazzberry Jam. HEX triplet: AE, 07 and 41. RGB value is (174,7,65). Sum of RGB (Red+Green+Blue) = 174+7+65=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0741 is #51F8BE. Grayscale: #3F3F3F. Windows color (decimal): -5372095 or 4261806. OLE color: 4261806.

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

Color convert

RGB 174 7 65 -
CMYK 0 0.96 0.63 0.32
HSL 339.16º 0.92% 0.35% -
HSV(B) 339.16º 0.96% 0.68% -
XYZ 18.49 9.53 5.87 -
YUV 63.55 128.83 206.78 -
System Red Green Blue C M Y K H S L
Decimal 174 7 65 0 0.96 0.63 0.32 339.16 0.92 0.35
Hex AE 7 41 0 60 3F 20 153 5C 23
Octal 256 7 101 0 140 77 40 523 134 43
Binary 10101110 111 1000001 0 1100000 111111 100000 101010011 1011100 100011

Color Harmonies of #AE0741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0741

Black with #AE0741

Text Example


Text Example

White with #AE0741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0741; }

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

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

background-color css

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

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

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

border-color css

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

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

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