Html Css Color HEX #A0064A Jazzberry Jam

📋 copy color: '#A0064A'

red 160 ◦ green 6 ◦ blue 74

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

Shades of Jazzberry Jam #A0064A

Tints of Jazzberry Jam #A0064A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.5%

 BLUE value IS 74 (29.3% from 255) = 30.83%

R = 66.67%
G = 2.5%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A0064A (or 0xA0064A) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 4A. RGB value is (160,6,74). Sum of RGB (Red+Green+Blue) = 160+6+74=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A0064A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0064A is #5FF9B5. Grayscale: #3B3B3B. Windows color (decimal): -6289846 or 4851360. OLE color: 4851360.

HSL color Cylindrical-coordinate representation of color #A0064A: hue angle of 333.51º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0064A is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 6 74 -
CMYK 0 0.96 0.54 0.37
HSL 333.51º 0.93% 0.33% -
HSV(B) 333.51º 0.96% 0.63% -
XYZ 15.8 8.1 7.21 -
YUV 59.8 136.02 199.47 -
System Red Green Blue C M Y K H S L
Decimal 160 6 74 0 0.96 0.54 0.37 333.51 0.93 0.33
Hex A0 6 4A 0 60 36 25 14E 5D 21
Octal 240 6 112 0 140 66 45 516 135 41
Binary 10100000 110 1001010 0 1100000 110110 100101 101001110 1011101 100001

Color Harmonies of #A0064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0064A

Black with #A0064A

Text Example


Text Example

White with #A0064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0064A; }

 p { color: rgb(160,6,74); }

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

background-color css

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

 a { background-color: rgb(160,6,74); }

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

border-color css

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

 span { border-color: rgb(160,6,74); }

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