Html Css Color HEX #A00548 Jazzberry Jam

📋 copy color: '#A00548'

red 160 ◦ green 5 ◦ blue 72

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

Shades of Jazzberry Jam #A00548

Tints of Jazzberry Jam #A00548

RGB

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

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

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

R = 67.51%
G = 2.11%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A00548 (or 0xA00548) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 48. RGB value is (160,5,72). Sum of RGB (Red+Green+Blue) = 160+5+72=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A00548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00548 is #5FFAB7. Grayscale: #3A3A3A. Windows color (decimal): -6290104 or 4720032. OLE color: 4720032.

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

Color convert

RGB 160 5 72 -
CMYK 0 0.97 0.55 0.37
HSL 334.06º 0.94% 0.32% -
HSV(B) 334.06º 0.97% 0.63% -
XYZ 15.72 8.05 6.86 -
YUV 58.98 135.35 200.05 -
System Red Green Blue C M Y K H S L
Decimal 160 5 72 0 0.97 0.55 0.37 334.06 0.94 0.32
Hex A0 5 48 0 61 37 25 14E 5E 20
Octal 240 5 110 0 141 67 45 516 136 40
Binary 10100000 101 1001000 0 1100001 110111 100101 101001110 1011110 100000

Color Harmonies of #A00548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00548

Black with #A00548

Text Example


Text Example

White with #A00548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00548; }

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

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

background-color css

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

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

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

border-color css

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

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

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