Html Css Color HEX #A01348 Jazzberry Jam

📋 copy color: '#A01348'

red 160 ◦ green 19 ◦ blue 72

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

Shades of Jazzberry Jam #A01348

Tints of Jazzberry Jam #A01348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.69%

R = 63.75%
G = 7.57%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A01348 (or 0xA01348) is known color: Jazzberry Jam. HEX triplet: A0, 13 and 48. RGB value is (160,19,72). Sum of RGB (Red+Green+Blue) = 160+19+72=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A01348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01348 is #5FECB7. Grayscale: #434343. Windows color (decimal): -6286520 or 4723616. OLE color: 4723616.

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

Color convert

RGB 160 19 72 -
CMYK 0 0.88 0.55 0.37
HSL 337.45º 0.79% 0.35% -
HSV(B) 337.45º 0.88% 0.63% -
XYZ 15.9 8.41 6.92 -
YUV 67.2 130.71 194.19 -
System Red Green Blue C M Y K H S L
Decimal 160 19 72 0 0.88 0.55 0.37 337.45 0.79 0.35
Hex A0 13 48 0 58 37 25 151 4F 23
Octal 240 23 110 0 130 67 45 521 117 43
Binary 10100000 10011 1001000 0 1011000 110111 100101 101010001 1001111 100011

Color Harmonies of #A01348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01348

Black with #A01348

Text Example


Text Example

White with #A01348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01348; }

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

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

background-color css

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

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

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

border-color css

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

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

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