Html Css Color HEX #A71F5D Jazzberry Jam

📋 copy color: '#A71F5D'

red 167 ◦ green 31 ◦ blue 93

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

Shades of Jazzberry Jam #A71F5D

Tints of Jazzberry Jam #A71F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.65%

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

R = 57.39%
G = 10.65%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A71F5D (or 0xA71F5D) is known color: Jazzberry Jam. HEX triplet: A7, 1F and 5D. RGB value is (167,31,93). Sum of RGB (Red+Green+Blue) = 167+31+93=291 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.39% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 167 - color contains mainly: red. Hex color #A71F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71F5D is #58E0A2. Grayscale: #4E4E4E. Windows color (decimal): -5824675 or 6102951. OLE color: 6102951.

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

Color convert

RGB 167 31 93 -
CMYK 0 0.81 0.44 0.35
HSL 332.65º 0.69% 0.39% -
HSV(B) 332.65º 0.81% 0.65% -
XYZ 18.4 9.99 11.31 -
YUV 78.73 136.06 190.96 -
System Red Green Blue C M Y K H S L
Decimal 167 31 93 0 0.81 0.44 0.35 332.65 0.69 0.39
Hex A7 1F 5D 0 51 2C 23 14D 45 27
Octal 247 37 135 0 121 54 43 515 105 47
Binary 10100111 11111 1011101 0 1010001 101100 100011 101001101 1000101 100111

Color Harmonies of #A71F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71F5D

Black with #A71F5D

Text Example


Text Example

White with #A71F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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