Html Css Color HEX #AE0841 Jazzberry Jam

📋 copy color: '#AE0841'

red 174 ◦ green 8 ◦ blue 65

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

Shades of Jazzberry Jam #AE0841

Tints of Jazzberry Jam #AE0841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.24%

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

R = 70.45%
G = 3.24%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE0841 (or 0xAE0841) is known color: Jazzberry Jam. HEX triplet: AE, 08 and 41. RGB value is (174,8,65). Sum of RGB (Red+Green+Blue) = 174+8+65=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0841 is #51F7BE. Grayscale: #404040. Windows color (decimal): -5371839 or 4262062. OLE color: 4262062.

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

Color convert

RGB 174 8 65 -
CMYK 0 0.95 0.63 0.32
HSL 339.4º 0.91% 0.36% -
HSV(B) 339.4º 0.95% 0.68% -
XYZ 18.5 9.55 5.87 -
YUV 64.13 128.5 206.37 -
System Red Green Blue C M Y K H S L
Decimal 174 8 65 0 0.95 0.63 0.32 339.4 0.91 0.36
Hex AE 8 41 0 5F 3F 20 153 5B 24
Octal 256 10 101 0 137 77 40 523 133 44
Binary 10101110 1000 1000001 0 1011111 111111 100000 101010011 1011011 100100

Color Harmonies of #AE0841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0841

Black with #AE0841

Text Example


Text Example

White with #AE0841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0841; }

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

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

background-color css

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

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

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

border-color css

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

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

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