Html Css Color HEX #AC0947 Jazzberry Jam

📋 copy color: '#AC0947'

red 172 ◦ green 9 ◦ blue 71

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

Shades of Jazzberry Jam #AC0947

Tints of Jazzberry Jam #AC0947

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.57%

 BLUE value IS 71 (28.13% from 255) = 28.17%

R = 68.25%
G = 3.57%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC0947 (or 0xAC0947) is known color: Jazzberry Jam. HEX triplet: AC, 09 and 47. RGB value is (172,9,71). Sum of RGB (Red+Green+Blue) = 172+9+71=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0947 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0947 is #53F6B8. Grayscale: #404040. Windows color (decimal): -5502649 or 4655532. OLE color: 4655532.

HSL color Cylindrical-coordinate representation of color #AC0947: hue angle of 337.18º degrees, saturation: 0.9, 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 #AC0947 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 9 71 -
CMYK 0 0.95 0.59 0.33
HSL 337.18º 0.9% 0.35% -
HSV(B) 337.18º 0.95% 0.67% -
XYZ 18.25 9.42 6.82 -
YUV 64.81 131.5 204.46 -
System Red Green Blue C M Y K H S L
Decimal 172 9 71 0 0.95 0.59 0.33 337.18 0.9 0.35
Hex AC 9 47 0 5F 3B 21 151 5A 23
Octal 254 11 107 0 137 73 41 521 132 43
Binary 10101100 1001 1000111 0 1011111 111011 100001 101010001 1011010 100011

Color Harmonies of #AC0947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0947

Black with #AC0947

Text Example


Text Example

White with #AC0947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0947; }

 p { color: rgb(172,9,71); }

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

background-color css

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

 a { background-color: rgb(172,9,71); }

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

border-color css

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

 span { border-color: rgb(172,9,71); }

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