Html Css Color HEX #AC0A41 Jazzberry Jam

📋 copy color: '#AC0A41'

red 172 ◦ green 10 ◦ blue 65

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

Shades of Jazzberry Jam #AC0A41

Tints of Jazzberry Jam #AC0A41

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.05%

 BLUE value IS 65 (25.78% from 255) = 26.32%

R = 69.64%
G = 4.05%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC0A41 (or 0xAC0A41) is known color: Jazzberry Jam. HEX triplet: AC, 0A and 41. RGB value is (172,10,65). Sum of RGB (Red+Green+Blue) = 172+10+65=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0A41 is #53F5BE. Grayscale: #404040. Windows color (decimal): -5502399 or 4262572. OLE color: 4262572.

HSL color Cylindrical-coordinate representation of color #AC0A41: hue angle of 339.63º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0A41 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 10 65 -
CMYK 0 0.94 0.62 0.33
HSL 339.63º 0.89% 0.36% -
HSV(B) 339.63º 0.94% 0.67% -
XYZ 18.08 9.37 5.86 -
YUV 64.71 128.17 204.53 -
System Red Green Blue C M Y K H S L
Decimal 172 10 65 0 0.94 0.62 0.33 339.63 0.89 0.36
Hex AC A 41 0 5E 3E 21 154 59 24
Octal 254 12 101 0 136 76 41 524 131 44
Binary 10101100 1010 1000001 0 1011110 111110 100001 101010100 1011001 100100

Color Harmonies of #AC0A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A41

Black with #AC0A41

Text Example


Text Example

White with #AC0A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A41; }

 p { color: rgb(172,10,65); }

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

background-color css

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

 a { background-color: rgb(172,10,65); }

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

border-color css

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

 span { border-color: rgb(172,10,65); }

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