Html Css Color HEX #A0053D Jazzberry Jam

📋 copy color: '#A0053D'

red 160 ◦ green 5 ◦ blue 61

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

Shades of Jazzberry Jam #A0053D

Tints of Jazzberry Jam #A0053D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.99%

R = 70.8%
G = 2.21%
B = 26.99%

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

#A0053D (or 0xA0053D) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 3D. RGB value is (160,5,61). Sum of RGB (Red+Green+Blue) = 160+5+61=226 (29% of max value = 765). Red value is 160 (62.89% from 255 or 70.80% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 160 - color contains mainly: red. Hex color #A0053D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0053D is #5FFAC2. Grayscale: #393939. Windows color (decimal): -6290115 or 3999136. OLE color: 3999136.

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

Color convert

RGB 160 5 61 -
CMYK 0 0.97 0.62 0.37
HSL 338.32º 0.94% 0.32% -
HSV(B) 338.32º 0.97% 0.63% -
XYZ 15.39 7.92 5.13 -
YUV 57.73 129.85 200.95 -
System Red Green Blue C M Y K H S L
Decimal 160 5 61 0 0.97 0.62 0.37 338.32 0.94 0.32
Hex A0 5 3D 0 61 3E 25 152 5E 20
Octal 240 5 75 0 141 76 45 522 136 40
Binary 10100000 101 111101 0 1100001 111110 100101 101010010 1011110 100000

Color Harmonies of #A0053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0053D

Black with #A0053D

Text Example


Text Example

White with #A0053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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