Html Css Color HEX #A01347 Jazzberry Jam

📋 copy color: '#A01347'

red 160 ◦ green 19 ◦ blue 71

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

Shades of Jazzberry Jam #A01347

Tints of Jazzberry Jam #A01347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.4%

R = 64%
G = 7.6%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A01347 (or 0xA01347) is known color: Jazzberry Jam. HEX triplet: A0, 13 and 47. RGB value is (160,19,71). Sum of RGB (Red+Green+Blue) = 160+19+71=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A01347 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01347 is #5FECB8. Grayscale: #434343. Windows color (decimal): -6286521 or 4658080. OLE color: 4658080.

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

Color convert

RGB 160 19 71 -
CMYK 0 0.88 0.56 0.37
HSL 337.87º 0.79% 0.35% -
HSV(B) 337.87º 0.88% 0.63% -
XYZ 15.87 8.39 6.75 -
YUV 67.09 130.21 194.27 -
System Red Green Blue C M Y K H S L
Decimal 160 19 71 0 0.88 0.56 0.37 337.87 0.79 0.35
Hex A0 13 47 0 58 38 25 152 4F 23
Octal 240 23 107 0 130 70 45 522 117 43
Binary 10100000 10011 1000111 0 1011000 111000 100101 101010010 1001111 100011

Color Harmonies of #A01347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01347

Black with #A01347

Text Example


Text Example

White with #A01347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01347; }

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

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

background-color css

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

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

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

border-color css

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

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

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