Html Css Color HEX #AC033E Jazzberry Jam

📋 copy color: '#AC033E'

red 172 ◦ green 3 ◦ blue 62

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

Shades of Jazzberry Jam #AC033E

Tints of Jazzberry Jam #AC033E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.16%

R = 72.57%
G = 1.27%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC033E (or 0xAC033E) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 3E. RGB value is (172,3,62). Sum of RGB (Red+Green+Blue) = 172+3+62=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC033E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC033E is #53FCC1. Grayscale: #3C3C3C. Windows color (decimal): -5504194 or 4064172. OLE color: 4064172.

HSL color Cylindrical-coordinate representation of color #AC033E: hue angle of 339.05º 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 #AC033E is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 3 62 -
CMYK 0 0.98 0.64 0.33
HSL 339.05º 0.97% 0.34% -
HSV(B) 339.05º 0.98% 0.67% -
XYZ 17.92 9.18 5.39 -
YUV 60.26 128.99 207.7 -
System Red Green Blue C M Y K H S L
Decimal 172 3 62 0 0.98 0.64 0.33 339.05 0.97 0.34
Hex AC 3 3E 0 62 40 21 153 61 22
Octal 254 3 76 0 142 100 41 523 141 42
Binary 10101100 11 111110 0 1100010 1000000 100001 101010011 1100001 100010

Color Harmonies of #AC033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC033E

Black with #AC033E

Text Example


Text Example

White with #AC033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC033E; }

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

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

background-color css

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

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

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

border-color css

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

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

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