Html Css Color HEX #AC043F Jazzberry Jam

📋 copy color: '#AC043F'

red 172 ◦ green 4 ◦ blue 63

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

Shades of Jazzberry Jam #AC043F

Tints of Jazzberry Jam #AC043F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 71.97%
G = 1.67%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC043F (or 0xAC043F) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 3F. RGB value is (172,4,63). Sum of RGB (Red+Green+Blue) = 172+4+63=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC043F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC043F is #53FBC0. Grayscale: #3C3C3C. Windows color (decimal): -5503937 or 4129964. OLE color: 4129964.

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

Color convert

RGB 172 4 63 -
CMYK 0 0.98 0.63 0.33
HSL 338.93º 0.95% 0.35% -
HSV(B) 338.93º 0.98% 0.67% -
XYZ 17.95 9.22 5.54 -
YUV 60.96 129.16 207.2 -
System Red Green Blue C M Y K H S L
Decimal 172 4 63 0 0.98 0.63 0.33 338.93 0.95 0.35
Hex AC 4 3F 0 62 3F 21 153 5F 23
Octal 254 4 77 0 142 77 41 523 137 43
Binary 10101100 100 111111 0 1100010 111111 100001 101010011 1011111 100011

Color Harmonies of #AC043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC043F

Black with #AC043F

Text Example


Text Example

White with #AC043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC043F; }

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

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

background-color css

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

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

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

border-color css

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

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

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