Html Css Color HEX #AC0844 Jazzberry Jam

📋 copy color: '#AC0844'

red 172 ◦ green 8 ◦ blue 68

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

Shades of Jazzberry Jam #AC0844

Tints of Jazzberry Jam #AC0844

RGB

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

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

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

R = 69.35%
G = 3.23%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC0844 (or 0xAC0844) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 44. RGB value is (172,8,68). Sum of RGB (Red+Green+Blue) = 172+8+68=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0844 is #53F7BB. Grayscale: #3F3F3F. Windows color (decimal): -5502908 or 4458668. OLE color: 4458668.

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

Color convert

RGB 172 8 68 -
CMYK 0 0.95 0.60 0.33
HSL 338.05º 0.91% 0.35% -
HSV(B) 338.05º 0.95% 0.67% -
XYZ 18.14 9.36 6.32 -
YUV 63.88 130.33 205.12 -
System Red Green Blue C M Y K H S L
Decimal 172 8 68 0 0.95 0.60 0.33 338.05 0.91 0.35
Hex AC 8 44 0 5F 3C 21 152 5B 23
Octal 254 10 104 0 137 74 41 522 133 43
Binary 10101100 1000 1000100 0 1011111 111100 100001 101010010 1011011 100011

Color Harmonies of #AC0844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0844

Black with #AC0844

Text Example


Text Example

White with #AC0844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0844; }

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

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

background-color css

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

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

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

border-color css

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

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

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