Html Css Color HEX #AC0444 Jazzberry Jam

📋 copy color: '#AC0444'

red 172 ◦ green 4 ◦ blue 68

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

Shades of Jazzberry Jam #AC0444

Tints of Jazzberry Jam #AC0444

RGB

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

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

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

R = 70.49%
G = 1.64%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC0444 (or 0xAC0444) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 44. RGB value is (172,4,68). Sum of RGB (Red+Green+Blue) = 172+4+68=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0444 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0444 is #53FBBB. Grayscale: #3D3D3D. Windows color (decimal): -5503932 or 4457644. OLE color: 4457644.

HSL color Cylindrical-coordinate representation of color #AC0444: hue angle of 337.14º 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 #AC0444 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 4 68 -
CMYK 0 0.98 0.60 0.33
HSL 337.14º 0.95% 0.35% -
HSV(B) 337.14º 0.98% 0.67% -
XYZ 18.1 9.27 6.31 -
YUV 61.53 131.66 206.8 -
System Red Green Blue C M Y K H S L
Decimal 172 4 68 0 0.98 0.60 0.33 337.14 0.95 0.35
Hex AC 4 44 0 62 3C 21 151 5F 23
Octal 254 4 104 0 142 74 41 521 137 43
Binary 10101100 100 1000100 0 1100010 111100 100001 101010001 1011111 100011

Color Harmonies of #AC0444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0444

Black with #AC0444

Text Example


Text Example

White with #AC0444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0444; }

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

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

background-color css

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

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

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

border-color css

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

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

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