Html Css Color HEX #A00547 Jazzberry Jam

📋 copy color: '#A00547'

red 160 ◦ green 5 ◦ blue 71

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

Shades of Jazzberry Jam #A00547

Tints of Jazzberry Jam #A00547

RGB

 RED value IS 160 (62.89% from 255) = 67.8%

 GREEN value IS 5 (2.34% from 255) = 2.12%

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

R = 67.8%
G = 2.12%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A00547 (or 0xA00547) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 47. RGB value is (160,5,71). Sum of RGB (Red+Green+Blue) = 160+5+71=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A00547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00547 is #5FFAB8. Grayscale: #3A3A3A. Windows color (decimal): -6290105 or 4654496. OLE color: 4654496.

HSL color Cylindrical-coordinate representation of color #A00547: hue angle of 334.45º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A00547 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 5 71 -
CMYK 0 0.97 0.56 0.37
HSL 334.45º 0.94% 0.32% -
HSV(B) 334.45º 0.97% 0.63% -
XYZ 15.69 8.04 6.69 -
YUV 58.87 134.85 200.13 -
System Red Green Blue C M Y K H S L
Decimal 160 5 71 0 0.97 0.56 0.37 334.45 0.94 0.32
Hex A0 5 47 0 61 38 25 14E 5E 20
Octal 240 5 107 0 141 70 45 516 136 40
Binary 10100000 101 1000111 0 1100001 111000 100101 101001110 1011110 100000

Color Harmonies of #A00547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00547

Black with #A00547

Text Example


Text Example

White with #A00547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00547; }

 p { color: rgb(160,5,71); }

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

background-color css

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

 a { background-color: rgb(160,5,71); }

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

border-color css

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

 span { border-color: rgb(160,5,71); }

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