Html Css Color HEX #A0053C Jazzberry Jam

📋 copy color: '#A0053C'

red 160 ◦ green 5 ◦ blue 60

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

Shades of Jazzberry Jam #A0053C

Tints of Jazzberry Jam #A0053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.67%

R = 71.11%
G = 2.22%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0053C (or 0xA0053C) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 3C. RGB value is (160,5,60). Sum of RGB (Red+Green+Blue) = 160+5+60=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A0053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0053C is #5FFAC3. Grayscale: #393939. Windows color (decimal): -6290116 or 3933600. OLE color: 3933600.

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

Color convert

RGB 160 5 60 -
CMYK 0 0.97 0.62 0.37
HSL 338.71º 0.94% 0.32% -
HSV(B) 338.71º 0.97% 0.63% -
XYZ 15.37 7.91 4.99 -
YUV 57.62 129.35 201.03 -
System Red Green Blue C M Y K H S L
Decimal 160 5 60 0 0.97 0.62 0.37 338.71 0.94 0.32
Hex A0 5 3C 0 61 3E 25 153 5E 20
Octal 240 5 74 0 141 76 45 523 136 40
Binary 10100000 101 111100 0 1100001 111110 100101 101010011 1011110 100000

Color Harmonies of #A0053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0053C

Black with #A0053C

Text Example


Text Example

White with #A0053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0053C; }

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

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

background-color css

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

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

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

border-color css

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

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

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