Html Css Color HEX #AC0540 Jazzberry Jam

📋 copy color: '#AC0540'

red 172 ◦ green 5 ◦ blue 64

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

Shades of Jazzberry Jam #AC0540

Tints of Jazzberry Jam #AC0540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.56%

R = 71.37%
G = 2.07%
B = 26.56%

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

#AC0540 (or 0xAC0540) is known color: Jazzberry Jam. HEX triplet: AC, 05 and 40. RGB value is (172,5,64). Sum of RGB (Red+Green+Blue) = 172+5+64=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0540 is #53FABF. Grayscale: #3D3D3D. Windows color (decimal): -5503680 or 4195756. OLE color: 4195756.

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

Color convert

RGB 172 5 64 -
CMYK 0 0.97 0.63 0.33
HSL 338.8º 0.94% 0.35% -
HSV(B) 338.8º 0.97% 0.67% -
XYZ 17.99 9.25 5.69 -
YUV 61.66 129.33 206.7 -
System Red Green Blue C M Y K H S L
Decimal 172 5 64 0 0.97 0.63 0.33 338.8 0.94 0.35
Hex AC 5 40 0 61 3F 21 153 5E 23
Octal 254 5 100 0 141 77 41 523 136 43
Binary 10101100 101 1000000 0 1100001 111111 100001 101010011 1011110 100011

Color Harmonies of #AC0540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0540

Black with #AC0540

Text Example


Text Example

White with #AC0540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0540; }

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

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

background-color css

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

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

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

border-color css

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

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

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