Html Css Color HEX #A7154D Jazzberry Jam

📋 copy color: '#A7154D'

red 167 ◦ green 21 ◦ blue 77

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

Shades of Jazzberry Jam #A7154D

Tints of Jazzberry Jam #A7154D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

 BLUE value IS 77 (30.47% from 255) = 29.06%

R = 63.02%
G = 7.92%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A7154D (or 0xA7154D) is known color: Jazzberry Jam. HEX triplet: A7, 15 and 4D. RGB value is (167,21,77). Sum of RGB (Red+Green+Blue) = 167+21+77=265 (35% of max value = 765). Red value is 167 (65.62% from 255 or 63.02% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 167 - color contains mainly: red. Hex color #A7154D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7154D is #58EAB2. Grayscale: #464646. Windows color (decimal): -5827251 or 5051815. OLE color: 5051815.

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

Color convert

RGB 167 21 77 -
CMYK 0 0.87 0.54 0.35
HSL 336.99º 0.78% 0.37% -
HSV(B) 336.99º 0.87% 0.65% -
XYZ 17.54 9.29 7.89 -
YUV 71.04 131.37 196.45 -
System Red Green Blue C M Y K H S L
Decimal 167 21 77 0 0.87 0.54 0.35 336.99 0.78 0.37
Hex A7 15 4D 0 57 36 23 151 4E 25
Octal 247 25 115 0 127 66 43 521 116 45
Binary 10100111 10101 1001101 0 1010111 110110 100011 101010001 1001110 100101

Color Harmonies of #A7154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7154D

Black with #A7154D

Text Example


Text Example

White with #A7154D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7154D; }

 p { color: rgb(167,21,77); }

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

background-color css

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

 a { background-color: rgb(167,21,77); }

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

border-color css

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

 span { border-color: rgb(167,21,77); }

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