Html Css Color HEX #A00556 Jazzberry Jam

📋 copy color: '#A00556'

red 160 ◦ green 5 ◦ blue 86

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

Shades of Jazzberry Jam #A00556

Tints of Jazzberry Jam #A00556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 34.26%

R = 63.75%
G = 1.99%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A00556 (or 0xA00556) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 56. RGB value is (160,5,86). Sum of RGB (Red+Green+Blue) = 160+5+86=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A00556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00556 is #5FFAA9. Grayscale: #3C3C3C. Windows color (decimal): -6290090 or 5637536. OLE color: 5637536.

HSL color Cylindrical-coordinate representation of color #A00556: hue angle of 328.65º 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 #A00556 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 5 86 -
CMYK 0 0.97 0.46 0.37
HSL 328.65º 0.94% 0.32% -
HSV(B) 328.65º 0.97% 0.63% -
XYZ 16.23 8.25 9.54 -
YUV 60.58 142.35 198.91 -
System Red Green Blue C M Y K H S L
Decimal 160 5 86 0 0.97 0.46 0.37 328.65 0.94 0.32
Hex A0 5 56 0 61 2E 25 149 5E 20
Octal 240 5 126 0 141 56 45 511 136 40
Binary 10100000 101 1010110 0 1100001 101110 100101 101001001 1011110 100000

Color Harmonies of #A00556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00556

Black with #A00556

Text Example


Text Example

White with #A00556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00556; }

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

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

background-color css

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

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

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

border-color css

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

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

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