Html Css Color HEX #AC0341 Jazzberry Jam

📋 copy color: '#AC0341'

red 172 ◦ green 3 ◦ blue 65

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

Shades of Jazzberry Jam #AC0341

Tints of Jazzberry Jam #AC0341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.25%

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

R = 71.67%
G = 1.25%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC0341 (or 0xAC0341) is known color: Jazzberry Jam. HEX triplet: AC, 03 and 41. RGB value is (172,3,65). Sum of RGB (Red+Green+Blue) = 172+3+65=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0341 is #53FCBE. Grayscale: #3C3C3C. Windows color (decimal): -5504191 or 4260780. OLE color: 4260780.

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

Color convert

RGB 172 3 65 -
CMYK 0 0.98 0.62 0.33
HSL 337.99º 0.97% 0.34% -
HSV(B) 337.99º 0.98% 0.67% -
XYZ 18 9.22 5.83 -
YUV 60.6 130.49 207.46 -
System Red Green Blue C M Y K H S L
Decimal 172 3 65 0 0.98 0.62 0.33 337.99 0.97 0.34
Hex AC 3 41 0 62 3E 21 152 61 22
Octal 254 3 101 0 142 76 41 522 141 42
Binary 10101100 11 1000001 0 1100010 111110 100001 101010010 1100001 100010

Color Harmonies of #AC0341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0341

Black with #AC0341

Text Example


Text Example

White with #AC0341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0341; }

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

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

background-color css

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

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

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

border-color css

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

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

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