Html Css Color HEX #A0053E Jazzberry Jam

📋 copy color: '#A0053E'

red 160 ◦ green 5 ◦ blue 62

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

Shades of Jazzberry Jam #A0053E

Tints of Jazzberry Jam #A0053E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.31%

R = 70.48%
G = 2.2%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A0053E (or 0xA0053E) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 3E. RGB value is (160,5,62). Sum of RGB (Red+Green+Blue) = 160+5+62=227 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.48% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 160 - color contains mainly: red. Hex color #A0053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0053E is #5FFAC1. Grayscale: #393939. Windows color (decimal): -6290114 or 4064672. OLE color: 4064672.

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

Color convert

RGB 160 5 62 -
CMYK 0 0.97 0.61 0.37
HSL 337.94º 0.94% 0.32% -
HSV(B) 337.94º 0.97% 0.63% -
XYZ 15.42 7.93 5.28 -
YUV 57.84 130.35 200.87 -
System Red Green Blue C M Y K H S L
Decimal 160 5 62 0 0.97 0.61 0.37 337.94 0.94 0.32
Hex A0 5 3E 0 61 3D 25 152 5E 20
Octal 240 5 76 0 141 75 45 522 136 40
Binary 10100000 101 111110 0 1100001 111101 100101 101010010 1011110 100000

Color Harmonies of #A0053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0053E

Black with #A0053E

Text Example


Text Example

White with #A0053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0053E; }

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

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

background-color css

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

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

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

border-color css

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

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

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