Html Css Color HEX #A71C5E Jazzberry Jam

📋 copy color: '#A71C5E'

red 167 ◦ green 28 ◦ blue 94

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

Shades of Jazzberry Jam #A71C5E

Tints of Jazzberry Jam #A71C5E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.69%

 BLUE value IS 94 (37.11% from 255) = 32.53%

R = 57.79%
G = 9.69%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A71C5E (or 0xA71C5E) is known color: Jazzberry Jam. HEX triplet: A7, 1C and 5E. RGB value is (167,28,94). Sum of RGB (Red+Green+Blue) = 167+28+94=289 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.79% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71C5E is #58E3A1. Grayscale: #4C4C4C. Windows color (decimal): -5825442 or 6167719. OLE color: 6167719.

HSL color Cylindrical-coordinate representation of color #A71C5E: hue angle of 331.51º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A71C5E is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 28 94 -
CMYK 0 0.83 0.44 0.35
HSL 331.51º 0.71% 0.38% -
HSV(B) 331.51º 0.83% 0.65% -
XYZ 18.37 9.85 11.52 -
YUV 77.09 137.55 192.13 -
System Red Green Blue C M Y K H S L
Decimal 167 28 94 0 0.83 0.44 0.35 331.51 0.71 0.38
Hex A7 1C 5E 0 53 2C 23 14C 47 26
Octal 247 34 136 0 123 54 43 514 107 46
Binary 10100111 11100 1011110 0 1010011 101100 100011 101001100 1000111 100110

Color Harmonies of #A71C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71C5E

Black with #A71C5E

Text Example


Text Example

White with #A71C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71C5E; }

 p { color: rgb(167,28,94); }

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

background-color css

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

 a { background-color: rgb(167,28,94); }

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

border-color css

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

 span { border-color: rgb(167,28,94); }

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