Html Css Color HEX #A01349 Jazzberry Jam

📋 copy color: '#A01349'

red 160 ◦ green 19 ◦ blue 73

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

Shades of Jazzberry Jam #A01349

Tints of Jazzberry Jam #A01349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.54%

 BLUE value IS 73 (28.91% from 255) = 28.97%

R = 63.49%
G = 7.54%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A01349 (or 0xA01349) is known color: Jazzberry Jam. HEX triplet: A0, 13 and 49. RGB value is (160,19,73). Sum of RGB (Red+Green+Blue) = 160+19+73=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A01349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01349 is #5FECB6. Grayscale: #434343. Windows color (decimal): -6286519 or 4789152. OLE color: 4789152.

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

Color convert

RGB 160 19 73 -
CMYK 0 0.88 0.54 0.37
HSL 337.02º 0.79% 0.35% -
HSV(B) 337.02º 0.88% 0.63% -
XYZ 15.93 8.42 7.09 -
YUV 67.32 131.21 194.11 -
System Red Green Blue C M Y K H S L
Decimal 160 19 73 0 0.88 0.54 0.37 337.02 0.79 0.35
Hex A0 13 49 0 58 36 25 151 4F 23
Octal 240 23 111 0 130 66 45 521 117 43
Binary 10100000 10011 1001001 0 1011000 110110 100101 101010001 1001111 100011

Color Harmonies of #A01349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01349

Black with #A01349

Text Example


Text Example

White with #A01349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01349; }

 p { color: rgb(160,19,73); }

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

background-color css

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

 a { background-color: rgb(160,19,73); }

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

border-color css

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

 span { border-color: rgb(160,19,73); }

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