Html Css Color HEX #AC1454 Jazzberry Jam

📋 copy color: '#AC1454'

red 172 ◦ green 20 ◦ blue 84

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

Shades of Jazzberry Jam #AC1454

Tints of Jazzberry Jam #AC1454

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.25%

 BLUE value IS 84 (33.2% from 255) = 30.43%

R = 62.32%
G = 7.25%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC1454 (or 0xAC1454) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 54. RGB value is (172,20,84). Sum of RGB (Red+Green+Blue) = 172+20+84=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1454 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1454 is #53EBAB. Grayscale: #484848. Windows color (decimal): -5499820 or 5510316. OLE color: 5510316.

HSL color Cylindrical-coordinate representation of color #AC1454: hue angle of 334.74º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1454 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 20 84 -
CMYK 0 0.88 0.51 0.33
HSL 334.74º 0.79% 0.38% -
HSV(B) 334.74º 0.88% 0.67% -
XYZ 18.86 9.91 9.31 -
YUV 72.74 134.36 198.8 -
System Red Green Blue C M Y K H S L
Decimal 172 20 84 0 0.88 0.51 0.33 334.74 0.79 0.38
Hex AC 14 54 0 58 33 21 14F 4F 26
Octal 254 24 124 0 130 63 41 517 117 46
Binary 10101100 10100 1010100 0 1011000 110011 100001 101001111 1001111 100110

Color Harmonies of #AC1454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1454

Black with #AC1454

Text Example


Text Example

White with #AC1454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1454; }

 p { color: rgb(172,20,84); }

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

background-color css

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

 a { background-color: rgb(172,20,84); }

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

border-color css

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

 span { border-color: rgb(172,20,84); }

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