Html Css Color HEX #AC033D Jazzberry Jam

📋 copy color: '#AC033D'

red 172 ◦ green 3 ◦ blue 61

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

Shades of Jazzberry Jam #AC033D

Tints of Jazzberry Jam #AC033D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

 BLUE value IS 61 (24.22% from 255) = 25.85%

R = 72.88%
G = 1.27%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC033D (or 0xAC033D) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 3D. RGB value is (172,3,61). Sum of RGB (Red+Green+Blue) = 172+3+61=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC033D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC033D is #53FCC2. Grayscale: #3C3C3C. Windows color (decimal): -5504195 or 3998636. OLE color: 3998636.

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

Color convert

RGB 172 3 61 -
CMYK 0 0.98 0.65 0.33
HSL 339.41º 0.97% 0.34% -
HSV(B) 339.41º 0.98% 0.67% -
XYZ 17.89 9.17 5.24 -
YUV 60.14 128.49 207.78 -
System Red Green Blue C M Y K H S L
Decimal 172 3 61 0 0.98 0.65 0.33 339.41 0.97 0.34
Hex AC 3 3D 0 62 41 21 153 61 22
Octal 254 3 75 0 142 101 41 523 141 42
Binary 10101100 11 111101 0 1100010 1000001 100001 101010011 1100001 100010

Color Harmonies of #AC033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC033D

Black with #AC033D

Text Example


Text Example

White with #AC033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC033D; }

 p { color: rgb(172,3,61); }

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

background-color css

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

 a { background-color: rgb(172,3,61); }

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

border-color css

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

 span { border-color: rgb(172,3,61); }

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