Html Css Color HEX #AC073F Jazzberry Jam

📋 copy color: '#AC073F'

red 172 ◦ green 7 ◦ blue 63

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

Shades of Jazzberry Jam #AC073F

Tints of Jazzberry Jam #AC073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.89%

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

R = 71.07%
G = 2.89%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC073F (or 0xAC073F) is known color: Jazzberry Jam. HEX triplet: AC, 07 and 3F. RGB value is (172,7,63). Sum of RGB (Red+Green+Blue) = 172+7+63=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC073F is #53F8C0. Grayscale: #3E3E3E. Windows color (decimal): -5503169 or 4130732. OLE color: 4130732.

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

Color convert

RGB 172 7 63 -
CMYK 0 0.96 0.63 0.33
HSL 339.64º 0.92% 0.35% -
HSV(B) 339.64º 0.96% 0.67% -
XYZ 17.99 9.28 5.55 -
YUV 62.72 128.16 205.95 -
System Red Green Blue C M Y K H S L
Decimal 172 7 63 0 0.96 0.63 0.33 339.64 0.92 0.35
Hex AC 7 3F 0 60 3F 21 154 5C 23
Octal 254 7 77 0 140 77 41 524 134 43
Binary 10101100 111 111111 0 1100000 111111 100001 101010100 1011100 100011

Color Harmonies of #AC073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC073F

Black with #AC073F

Text Example


Text Example

White with #AC073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC073F; }

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

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

background-color css

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

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

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

border-color css

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

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

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