Html Css Color HEX #AC0449 Jazzberry Jam

📋 copy color: '#AC0449'

red 172 ◦ green 4 ◦ blue 73

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

Shades of Jazzberry Jam #AC0449

Tints of Jazzberry Jam #AC0449

RGB

 RED value IS 172 (67.58% from 255) = 69.08%

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

 BLUE value IS 73 (28.91% from 255) = 29.32%

R = 69.08%
G = 1.61%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC0449 (or 0xAC0449) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 49. RGB value is (172,4,73). Sum of RGB (Red+Green+Blue) = 172+4+73=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0449 is #53FBB6. Grayscale: #3D3D3D. Windows color (decimal): -5503927 or 4785324. OLE color: 4785324.

HSL color Cylindrical-coordinate representation of color #AC0449: hue angle of 335.36º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0449 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 4 73 -
CMYK 0 0.98 0.58 0.33
HSL 335.36º 0.95% 0.35% -
HSV(B) 335.36º 0.98% 0.67% -
XYZ 18.26 9.34 7.14 -
YUV 62.1 134.16 206.39 -
System Red Green Blue C M Y K H S L
Decimal 172 4 73 0 0.98 0.58 0.33 335.36 0.95 0.35
Hex AC 4 49 0 62 3A 21 14F 5F 23
Octal 254 4 111 0 142 72 41 517 137 43
Binary 10101100 100 1001001 0 1100010 111010 100001 101001111 1011111 100011

Color Harmonies of #AC0449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0449

Black with #AC0449

Text Example


Text Example

White with #AC0449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0449; }

 p { color: rgb(172,4,73); }

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

background-color css

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

 a { background-color: rgb(172,4,73); }

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

border-color css

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

 span { border-color: rgb(172,4,73); }

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