Html Css Color HEX #A71F64 Jazzberry Jam

📋 copy color: '#A71F64'

red 167 ◦ green 31 ◦ blue 100

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

Shades of Jazzberry Jam #A71F64

Tints of Jazzberry Jam #A71F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.56%

R = 56.04%
G = 10.4%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A71F64 (or 0xA71F64) is known color: Jazzberry Jam. HEX triplet: A7, 1F and 64. RGB value is (167,31,100). Sum of RGB (Red+Green+Blue) = 167+31+100=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A71F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71F64 is #58E09B. Grayscale: #4F4F4F. Windows color (decimal): -5824668 or 6561703. OLE color: 6561703.

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

Color convert

RGB 167 31 100 -
CMYK 0 0.81 0.40 0.35
HSL 329.56º 0.69% 0.39% -
HSV(B) 329.56º 0.81% 0.65% -
XYZ 18.73 10.12 13.02 -
YUV 79.53 139.56 190.39 -
System Red Green Blue C M Y K H S L
Decimal 167 31 100 0 0.81 0.40 0.35 329.56 0.69 0.39
Hex A7 1F 64 0 51 28 23 14A 45 27
Octal 247 37 144 0 121 50 43 512 105 47
Binary 10100111 11111 1100100 0 1010001 101000 100011 101001010 1000101 100111

Color Harmonies of #A71F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71F64

Black with #A71F64

Text Example


Text Example

White with #A71F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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