Html Css Color HEX #AC063F Jazzberry Jam

📋 copy color: '#AC063F'

red 172 ◦ green 6 ◦ blue 63

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

Shades of Jazzberry Jam #AC063F

Tints of Jazzberry Jam #AC063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

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

R = 71.37%
G = 2.49%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC063F (or 0xAC063F) is known color: Jazzberry Jam. HEX triplet: AC, 06 and 3F. RGB value is (172,6,63). Sum of RGB (Red+Green+Blue) = 172+6+63=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC063F is #53F9C0. Grayscale: #3E3E3E. Windows color (decimal): -5503425 or 4130476. OLE color: 4130476.

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

Color convert

RGB 172 6 63 -
CMYK 0 0.97 0.63 0.33
HSL 339.4º 0.93% 0.35% -
HSV(B) 339.4º 0.97% 0.67% -
XYZ 17.98 9.26 5.54 -
YUV 62.13 128.5 206.37 -
System Red Green Blue C M Y K H S L
Decimal 172 6 63 0 0.97 0.63 0.33 339.4 0.93 0.35
Hex AC 6 3F 0 61 3F 21 153 5D 23
Octal 254 6 77 0 141 77 41 523 135 43
Binary 10101100 110 111111 0 1100001 111111 100001 101010011 1011101 100011

Color Harmonies of #AC063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC063F

Black with #AC063F

Text Example


Text Example

White with #AC063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC063F; }

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

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

background-color css

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

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

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

border-color css

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

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

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