Html Css Color HEX #AC013F Jazzberry Jam

📋 copy color: '#AC013F'

red 172 ◦ green 1 ◦ blue 63

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

Shades of Jazzberry Jam #AC013F

Tints of Jazzberry Jam #AC013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 63 (25% from 255) = 26.69%

R = 72.88%
G = 0.42%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC013F (or 0xAC013F) is known color: Jazzberry Jam. HEX triplet: AC, 01 and 3F. RGB value is (172,1,63). Sum of RGB (Red+Green+Blue) = 172+1+63=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC013F is #53FEC0. Grayscale: #3B3B3B. Windows color (decimal): -5504705 or 4129196. OLE color: 4129196.

HSL color Cylindrical-coordinate representation of color #AC013F: hue angle of 338.25º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC013F is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 1 63 -
CMYK 0 0.99 0.63 0.33
HSL 338.25º 0.99% 0.34% -
HSV(B) 338.25º 0.99% 0.67% -
XYZ 17.92 9.15 5.52 -
YUV 59.2 130.15 208.46 -
System Red Green Blue C M Y K H S L
Decimal 172 1 63 0 0.99 0.63 0.33 338.25 0.99 0.34
Hex AC 1 3F 0 63 3F 21 152 63 22
Octal 254 1 77 0 143 77 41 522 143 42
Binary 10101100 1 111111 0 1100011 111111 100001 101010010 1100011 100010

Color Harmonies of #AC013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC013F

Black with #AC013F

Text Example


Text Example

White with #AC013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC013F; }

 p { color: rgb(172,1,63); }

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

background-color css

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

 a { background-color: rgb(172,1,63); }

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

border-color css

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

 span { border-color: rgb(172,1,63); }

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