Html Css Color HEX #AC0440 Jazzberry Jam

📋 copy color: '#AC0440'

red 172 ◦ green 4 ◦ blue 64

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

Shades of Jazzberry Jam #AC0440

Tints of Jazzberry Jam #AC0440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 71.67%
G = 1.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC0440 (or 0xAC0440) is known color: Jazzberry Jam. HEX triplet: AC, 04 and 40. RGB value is (172,4,64). Sum of RGB (Red+Green+Blue) = 172+4+64=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0440 is #53FBBF. Grayscale: #3D3D3D. Windows color (decimal): -5503936 or 4195500. OLE color: 4195500.

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

Color convert

RGB 172 4 64 -
CMYK 0 0.98 0.63 0.33
HSL 338.57º 0.95% 0.35% -
HSV(B) 338.57º 0.98% 0.67% -
XYZ 17.98 9.23 5.68 -
YUV 61.07 129.66 207.12 -
System Red Green Blue C M Y K H S L
Decimal 172 4 64 0 0.98 0.63 0.33 338.57 0.95 0.35
Hex AC 4 40 0 62 3F 21 153 5F 23
Octal 254 4 100 0 142 77 41 523 137 43
Binary 10101100 100 1000000 0 1100010 111111 100001 101010011 1011111 100011

Color Harmonies of #AC0440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0440

Black with #AC0440

Text Example


Text Example

White with #AC0440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0440; }

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

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

background-color css

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

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

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

border-color css

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

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

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