Html Css Color HEX #AC1352 Jazzberry Jam

📋 copy color: '#AC1352'

red 172 ◦ green 19 ◦ blue 82

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

Shades of Jazzberry Jam #AC1352

Tints of Jazzberry Jam #AC1352

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

 BLUE value IS 82 (32.42% from 255) = 30.04%

R = 63%
G = 6.96%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC1352 (or 0xAC1352) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 52. RGB value is (172,19,82). Sum of RGB (Red+Green+Blue) = 172+19+82=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1352 is #53ECAD. Grayscale: #474747. Windows color (decimal): -5500078 or 5378988. OLE color: 5378988.

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

Color convert

RGB 172 19 82 -
CMYK 0 0.89 0.52 0.33
HSL 335.29º 0.8% 0.37% -
HSV(B) 335.29º 0.89% 0.67% -
XYZ 18.77 9.85 8.89 -
YUV 71.93 133.69 199.38 -
System Red Green Blue C M Y K H S L
Decimal 172 19 82 0 0.89 0.52 0.33 335.29 0.8 0.37
Hex AC 13 52 0 59 34 21 14F 50 25
Octal 254 23 122 0 131 64 41 517 120 45
Binary 10101100 10011 1010010 0 1011001 110100 100001 101001111 1010000 100101

Color Harmonies of #AC1352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1352

Black with #AC1352

Text Example


Text Example

White with #AC1352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1352; }

 p { color: rgb(172,19,82); }

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

background-color css

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

 a { background-color: rgb(172,19,82); }

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

border-color css

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

 span { border-color: rgb(172,19,82); }

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