Html Css Color HEX #AC0848 Jazzberry Jam

📋 copy color: '#AC0848'

red 172 ◦ green 8 ◦ blue 72

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

Shades of Jazzberry Jam #AC0848

Tints of Jazzberry Jam #AC0848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

 BLUE value IS 72 (28.52% from 255) = 28.57%

R = 68.25%
G = 3.17%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC0848 (or 0xAC0848) is known color: Jazzberry Jam. HEX triplet: AC, 08 and 48. RGB value is (172,8,72). Sum of RGB (Red+Green+Blue) = 172+8+72=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0848 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0848 is #53F7B7. Grayscale: #404040. Windows color (decimal): -5502904 or 4720812. OLE color: 4720812.

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

Color convert

RGB 172 8 72 -
CMYK 0 0.95 0.58 0.33
HSL 336.59º 0.91% 0.35% -
HSV(B) 336.59º 0.95% 0.67% -
XYZ 18.27 9.41 6.98 -
YUV 64.33 132.33 204.8 -
System Red Green Blue C M Y K H S L
Decimal 172 8 72 0 0.95 0.58 0.33 336.59 0.91 0.35
Hex AC 8 48 0 5F 3A 21 151 5B 23
Octal 254 10 110 0 137 72 41 521 133 43
Binary 10101100 1000 1001000 0 1011111 111010 100001 101010001 1011011 100011

Color Harmonies of #AC0848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0848

Black with #AC0848

Text Example


Text Example

White with #AC0848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0848; }

 p { color: rgb(172,8,72); }

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

background-color css

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

 a { background-color: rgb(172,8,72); }

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

border-color css

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

 span { border-color: rgb(172,8,72); }

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