Html Css Color HEX #A00540 Jazzberry Jam

📋 copy color: '#A00540'

red 160 ◦ green 5 ◦ blue 64

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

Shades of Jazzberry Jam #A00540

Tints of Jazzberry Jam #A00540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 69.87%
G = 2.18%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A00540 (or 0xA00540) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 40. RGB value is (160,5,64). Sum of RGB (Red+Green+Blue) = 160+5+64=229 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.87% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 160 - color contains mainly: red. Hex color #A00540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00540 is #5FFABF. Grayscale: #393939. Windows color (decimal): -6290112 or 4195744. OLE color: 4195744.

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

Color convert

RGB 160 5 64 -
CMYK 0 0.97 0.6 0.37
HSL 337.16º 0.94% 0.32% -
HSV(B) 337.16º 0.97% 0.63% -
XYZ 15.48 7.95 5.57 -
YUV 58.07 131.35 200.7 -
System Red Green Blue C M Y K H S L
Decimal 160 5 64 0 0.97 0.6 0.37 337.16 0.94 0.32
Hex A0 5 40 0 61 3C 25 151 5E 20
Octal 240 5 100 0 141 74 45 521 136 40
Binary 10100000 101 1000000 0 1100001 111100 100101 101010001 1011110 100000

Color Harmonies of #A00540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00540

Black with #A00540

Text Example


Text Example

White with #A00540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00540; }

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

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

background-color css

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

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

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

border-color css

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

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

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