Html Css Color HEX #A0073B Jazzberry Jam

📋 copy color: '#A0073B'

red 160 ◦ green 7 ◦ blue 59

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

Shades of Jazzberry Jam #A0073B

Tints of Jazzberry Jam #A0073B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.1%

 BLUE value IS 59 (23.44% from 255) = 26.11%

R = 70.8%
G = 3.1%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A0073B (or 0xA0073B) is known color: Jazzberry Jam. HEX triplet: A0, 07 and 3B. RGB value is (160,7,59). Sum of RGB (Red+Green+Blue) = 160+7+59=226 (29% of max value = 765). Red value is 160 (62.89% from 255 or 70.80% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 160 - color contains mainly: red. Hex color #A0073B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0073B is #5FF8C4. Grayscale: #3A3A3A. Windows color (decimal): -6289605 or 3868576. OLE color: 3868576.

HSL color Cylindrical-coordinate representation of color #A0073B: hue angle of 339.61º degrees, saturation: 0.92, 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 #A0073B is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 7 59 -
CMYK 0 0.96 0.63 0.37
HSL 339.61º 0.92% 0.33% -
HSV(B) 339.61º 0.96% 0.63% -
XYZ 15.36 7.94 4.86 -
YUV 58.68 128.19 200.27 -
System Red Green Blue C M Y K H S L
Decimal 160 7 59 0 0.96 0.63 0.37 339.61 0.92 0.33
Hex A0 7 3B 0 60 3F 25 154 5C 21
Octal 240 7 73 0 140 77 45 524 134 41
Binary 10100000 111 111011 0 1100000 111111 100101 101010100 1011100 100001

Color Harmonies of #A0073B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0073B

Black with #A0073B

Text Example


Text Example

White with #A0073B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0073B; }

 p { color: rgb(160,7,59); }

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

background-color css

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

 a { background-color: rgb(160,7,59); }

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

border-color css

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

 span { border-color: rgb(160,7,59); }

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