Html Css Color HEX #AC124B Jazzberry Jam

📋 copy color: '#AC124B'

red 172 ◦ green 18 ◦ blue 75

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

Shades of Jazzberry Jam #AC124B

Tints of Jazzberry Jam #AC124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.79%

 BLUE value IS 75 (29.69% from 255) = 28.3%

R = 64.91%
G = 6.79%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC124B (or 0xAC124B) is known color: Jazzberry Jam. HEX triplet: AC, 12 and 4B. RGB value is (172,18,75). Sum of RGB (Red+Green+Blue) = 172+18+75=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC124B is #53EDB4. Grayscale: #464646. Windows color (decimal): -5500341 or 4919980. OLE color: 4919980.

HSL color Cylindrical-coordinate representation of color #AC124B: hue angle of 337.79º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC124B is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 18 75 -
CMYK 0 0.90 0.56 0.33
HSL 337.79º 0.81% 0.37% -
HSV(B) 337.79º 0.9% 0.67% -
XYZ 18.5 9.71 7.56 -
YUV 70.54 130.52 200.37 -
System Red Green Blue C M Y K H S L
Decimal 172 18 75 0 0.90 0.56 0.33 337.79 0.81 0.37
Hex AC 12 4B 0 5A 38 21 152 51 25
Octal 254 22 113 0 132 70 41 522 121 45
Binary 10101100 10010 1001011 0 1011010 111000 100001 101010010 1010001 100101

Color Harmonies of #AC124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC124B

Black with #AC124B

Text Example


Text Example

White with #AC124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC124B; }

 p { color: rgb(172,18,75); }

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

background-color css

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

 a { background-color: rgb(172,18,75); }

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

border-color css

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

 span { border-color: rgb(172,18,75); }

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