Html Css Color HEX #A71C5D Jazzberry Jam

📋 copy color: '#A71C5D'

red 167 ◦ green 28 ◦ blue 93

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

Shades of Jazzberry Jam #A71C5D

Tints of Jazzberry Jam #A71C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 57.99%
G = 9.72%
B = 32.29%

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

#A71C5D (or 0xA71C5D) is known color: Jazzberry Jam. HEX triplet: A7, 1C and 5D. RGB value is (167,28,93). Sum of RGB (Red+Green+Blue) = 167+28+93=288 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.99% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 167 - color contains mainly: red. Hex color #A71C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71C5D is #58E3A2. Grayscale: #4C4C4C. Windows color (decimal): -5825443 or 6102183. OLE color: 6102183.

HSL color Cylindrical-coordinate representation of color #A71C5D: hue angle of 331.94º 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 #A71C5D is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 28 93 -
CMYK 0 0.83 0.44 0.35
HSL 331.94º 0.71% 0.38% -
HSV(B) 331.94º 0.83% 0.65% -
XYZ 18.33 9.84 11.29 -
YUV 76.97 137.05 192.21 -
System Red Green Blue C M Y K H S L
Decimal 167 28 93 0 0.83 0.44 0.35 331.94 0.71 0.38
Hex A7 1C 5D 0 53 2C 23 14C 47 26
Octal 247 34 135 0 123 54 43 514 107 46
Binary 10100111 11100 1011101 0 1010011 101100 100011 101001100 1000111 100110

Color Harmonies of #A71C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71C5D

Black with #A71C5D

Text Example


Text Example

White with #A71C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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