Html Css Color HEX #A7174C Jazzberry Jam

📋 copy color: '#A7174C'

red 167 ◦ green 23 ◦ blue 76

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

Shades of Jazzberry Jam #A7174C

Tints of Jazzberry Jam #A7174C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

 BLUE value IS 76 (30.08% from 255) = 28.57%

R = 62.78%
G = 8.65%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A7174C (or 0xA7174C) is known color: Jazzberry Jam. HEX triplet: A7, 17 and 4C. RGB value is (167,23,76). Sum of RGB (Red+Green+Blue) = 167+23+76=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A7174C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7174C is #58E8B3. Grayscale: #484848. Windows color (decimal): -5826740 or 4986791. OLE color: 4986791.

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

Color convert

RGB 167 23 76 -
CMYK 0 0.86 0.54 0.35
HSL 337.92º 0.76% 0.37% -
HSV(B) 337.92º 0.86% 0.65% -
XYZ 17.55 9.35 7.72 -
YUV 72.1 130.21 195.69 -
System Red Green Blue C M Y K H S L
Decimal 167 23 76 0 0.86 0.54 0.35 337.92 0.76 0.37
Hex A7 17 4C 0 56 36 23 152 4C 25
Octal 247 27 114 0 126 66 43 522 114 45
Binary 10100111 10111 1001100 0 1010110 110110 100011 101010010 1001100 100101

Color Harmonies of #A7174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7174C

Black with #A7174C

Text Example


Text Example

White with #A7174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7174C; }

 p { color: rgb(167,23,76); }

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

background-color css

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

 a { background-color: rgb(167,23,76); }

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

border-color css

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

 span { border-color: rgb(167,23,76); }

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