Html Css Color HEX #A71548 Jazzberry Jam

📋 copy color: '#A71548'

red 167 ◦ green 21 ◦ blue 72

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

Shades of Jazzberry Jam #A71548

Tints of Jazzberry Jam #A71548

RGB

 RED value IS 167 (65.63% from 255) = 64.23%

 GREEN value IS 21 (8.59% from 255) = 8.08%

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

R = 64.23%
G = 8.08%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A71548 (or 0xA71548) is known color: Jazzberry Jam. HEX triplet: A7, 15 and 48. RGB value is (167,21,72). Sum of RGB (Red+Green+Blue) = 167+21+72=260 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.23% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 167 - color contains mainly: red. Hex color #A71548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71548 is #58EAB7. Grayscale: #464646. Windows color (decimal): -5827256 or 4724135. OLE color: 4724135.

HSL color Cylindrical-coordinate representation of color #A71548: hue angle of 339.04º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71548 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 21 72 -
CMYK 0 0.87 0.57 0.35
HSL 339.04º 0.78% 0.37% -
HSV(B) 339.04º 0.87% 0.65% -
XYZ 17.37 9.22 6.99 -
YUV 70.47 128.87 196.85 -
System Red Green Blue C M Y K H S L
Decimal 167 21 72 0 0.87 0.57 0.35 339.04 0.78 0.37
Hex A7 15 48 0 57 39 23 153 4E 25
Octal 247 25 110 0 127 71 43 523 116 45
Binary 10100111 10101 1001000 0 1010111 111001 100011 101010011 1001110 100101

Color Harmonies of #A71548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71548

Black with #A71548

Text Example


Text Example

White with #A71548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71548; }

 p { color: rgb(167,21,72); }

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

background-color css

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

 a { background-color: rgb(167,21,72); }

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

border-color css

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

 span { border-color: rgb(167,21,72); }

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