Html Css Color HEX #A00546 Jazzberry Jam

📋 copy color: '#A00546'

red 160 ◦ green 5 ◦ blue 70

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

Shades of Jazzberry Jam #A00546

Tints of Jazzberry Jam #A00546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.79%

R = 68.09%
G = 2.13%
B = 29.79%

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

#A00546 (or 0xA00546) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 46. RGB value is (160,5,70). Sum of RGB (Red+Green+Blue) = 160+5+70=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A00546 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00546 is #5FFAB9. Grayscale: #3A3A3A. Windows color (decimal): -6290106 or 4588960. OLE color: 4588960.

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

Color convert

RGB 160 5 70 -
CMYK 0 0.97 0.56 0.37
HSL 334.84º 0.94% 0.32% -
HSV(B) 334.84º 0.97% 0.63% -
XYZ 15.66 8.02 6.52 -
YUV 58.76 134.35 200.21 -
System Red Green Blue C M Y K H S L
Decimal 160 5 70 0 0.97 0.56 0.37 334.84 0.94 0.32
Hex A0 5 46 0 61 38 25 14F 5E 20
Octal 240 5 106 0 141 70 45 517 136 40
Binary 10100000 101 1000110 0 1100001 111000 100101 101001111 1011110 100000

Color Harmonies of #A00546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00546

Black with #A00546

Text Example


Text Example

White with #A00546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00546; }

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

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

background-color css

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

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

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

border-color css

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

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

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