Html Css Color HEX #A7185B Jazzberry Jam

📋 copy color: '#A7185B'

red 167 ◦ green 24 ◦ blue 91

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

Shades of Jazzberry Jam #A7185B

Tints of Jazzberry Jam #A7185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.51%

 BLUE value IS 91 (35.94% from 255) = 32.27%

R = 59.22%
G = 8.51%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A7185B (or 0xA7185B) is known color: Jazzberry Jam. HEX triplet: A7, 18 and 5B. RGB value is (167,24,91). Sum of RGB (Red+Green+Blue) = 167+24+91=282 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.22% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 167 - color contains mainly: red. Hex color #A7185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7185B is #58E7A4. Grayscale: #4A4A4A. Windows color (decimal): -5826469 or 5970087. OLE color: 5970087.

HSL color Cylindrical-coordinate representation of color #A7185B: hue angle of 331.89º degrees, saturation: 0.75, 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 #A7185B is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 24 91 -
CMYK 0 0.86 0.46 0.35
HSL 331.89º 0.75% 0.37% -
HSV(B) 331.89º 0.86% 0.65% -
XYZ 18.15 9.62 10.8 -
YUV 74.4 137.38 194.05 -
System Red Green Blue C M Y K H S L
Decimal 167 24 91 0 0.86 0.46 0.35 331.89 0.75 0.37
Hex A7 18 5B 0 56 2E 23 14C 4B 25
Octal 247 30 133 0 126 56 43 514 113 45
Binary 10100111 11000 1011011 0 1010110 101110 100011 101001100 1001011 100101

Color Harmonies of #A7185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7185B

Black with #A7185B

Text Example


Text Example

White with #A7185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7185B; }

 p { color: rgb(167,24,91); }

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

background-color css

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

 a { background-color: rgb(167,24,91); }

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

border-color css

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

 span { border-color: rgb(167,24,91); }

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