Html Css Color HEX #AC1048 Jazzberry Jam

📋 copy color: '#AC1048'

red 172 ◦ green 16 ◦ blue 72

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

Shades of Jazzberry Jam #AC1048

Tints of Jazzberry Jam #AC1048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.15%

 BLUE value IS 72 (28.52% from 255) = 27.69%

R = 66.15%
G = 6.15%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC1048 (or 0xAC1048) is known color: Jazzberry Jam. HEX triplet: AC, 10 and 48. RGB value is (172,16,72). Sum of RGB (Red+Green+Blue) = 172+16+72=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1048 is #53EFB7. Grayscale: #444444. Windows color (decimal): -5500856 or 4722860. OLE color: 4722860.

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

Color convert

RGB 172 16 72 -
CMYK 0 0.91 0.58 0.33
HSL 338.46º 0.83% 0.37% -
HSV(B) 338.46º 0.91% 0.67% -
XYZ 18.37 9.61 7.02 -
YUV 69.03 129.68 201.45 -
System Red Green Blue C M Y K H S L
Decimal 172 16 72 0 0.91 0.58 0.33 338.46 0.83 0.37
Hex AC 10 48 0 5B 3A 21 152 53 25
Octal 254 20 110 0 133 72 41 522 123 45
Binary 10101100 10000 1001000 0 1011011 111010 100001 101010010 1010011 100101

Color Harmonies of #AC1048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1048

Black with #AC1048

Text Example


Text Example

White with #AC1048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1048; }

 p { color: rgb(172,16,72); }

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

background-color css

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

 a { background-color: rgb(172,16,72); }

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

border-color css

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

 span { border-color: rgb(172,16,72); }

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