Html Css Color HEX #AC0542 Jazzberry Jam

📋 copy color: '#AC0542'

red 172 ◦ green 5 ◦ blue 66

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

Shades of Jazzberry Jam #AC0542

Tints of Jazzberry Jam #AC0542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.06%

 BLUE value IS 66 (26.17% from 255) = 27.16%

R = 70.78%
G = 2.06%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC0542 (or 0xAC0542) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 42. RGB value is (172,5,66). Sum of RGB (Red+Green+Blue) = 172+5+66=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0542 is #53FABD. Grayscale: #3D3D3D. Windows color (decimal): -5503678 or 4326828. OLE color: 4326828.

HSL color Cylindrical-coordinate representation of color #AC0542: hue angle of 338.08º degrees, saturation: 0.94, 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 #AC0542 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 5 66 -
CMYK 0 0.97 0.62 0.33
HSL 338.08º 0.94% 0.35% -
HSV(B) 338.08º 0.97% 0.67% -
XYZ 18.05 9.27 5.99 -
YUV 61.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 172 5 66 0 0.97 0.62 0.33 338.08 0.94 0.35
Hex AC 5 42 0 61 3E 21 152 5E 23
Octal 254 5 102 0 141 76 41 522 136 43
Binary 10101100 101 1000010 0 1100001 111110 100001 101010010 1011110 100011

Color Harmonies of #AC0542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0542

Black with #AC0542

Text Example


Text Example

White with #AC0542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0542; }

 p { color: rgb(172,5,66); }

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

background-color css

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

 a { background-color: rgb(172,5,66); }

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

border-color css

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

 span { border-color: rgb(172,5,66); }

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