Html Css Color HEX #AC1348 Jazzberry Jam

📋 copy color: '#AC1348'

red 172 ◦ green 19 ◦ blue 72

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

Shades of Jazzberry Jam #AC1348

Tints of Jazzberry Jam #AC1348

RGB

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

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

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

R = 65.4%
G = 7.22%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC1348 (or 0xAC1348) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 48. RGB value is (172,19,72). Sum of RGB (Red+Green+Blue) = 172+19+72=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1348 is #53ECB7. Grayscale: #464646. Windows color (decimal): -5500088 or 4723628. OLE color: 4723628.

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

Color convert

RGB 172 19 72 -
CMYK 0 0.89 0.58 0.33
HSL 339.22º 0.8% 0.37% -
HSV(B) 339.22º 0.89% 0.67% -
XYZ 18.42 9.7 7.03 -
YUV 70.79 128.69 200.19 -
System Red Green Blue C M Y K H S L
Decimal 172 19 72 0 0.89 0.58 0.33 339.22 0.8 0.37
Hex AC 13 48 0 59 3A 21 153 50 25
Octal 254 23 110 0 131 72 41 523 120 45
Binary 10101100 10011 1001000 0 1011001 111010 100001 101010011 1010000 100101

Color Harmonies of #AC1348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1348

Black with #AC1348

Text Example


Text Example

White with #AC1348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1348; }

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

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

background-color css

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

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

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

border-color css

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

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

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