Html Css Color HEX #A4195B Jazzberry Jam

📋 copy color: '#A4195B'

red 164 ◦ green 25 ◦ blue 91

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

Shades of Jazzberry Jam #A4195B

Tints of Jazzberry Jam #A4195B

RGB

 RED value IS 164 (64.45% from 255) = 58.57%

 GREEN value IS 25 (10.16% from 255) = 8.93%

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

R = 58.57%
G = 8.93%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4195B (or 0xA4195B) is known color: Jazzberry Jam. HEX triplet: A4, 19 and 5B. RGB value is (164,25,91). Sum of RGB (Red+Green+Blue) = 164+25+91=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A4195B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4195B is #5BE6A4. Grayscale: #494949. Windows color (decimal): -6022821 or 5970340. OLE color: 5970340.

HSL color Cylindrical-coordinate representation of color #A4195B: hue angle of 331.51º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A4195B is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 25 91 -
CMYK 0 0.85 0.45 0.36
HSL 331.51º 0.74% 0.37% -
HSV(B) 331.51º 0.85% 0.64% -
XYZ 17.55 9.34 10.78 -
YUV 74.09 137.55 192.13 -
System Red Green Blue C M Y K H S L
Decimal 164 25 91 0 0.85 0.45 0.36 331.51 0.74 0.37
Hex A4 19 5B 0 55 2D 24 14C 4A 25
Octal 244 31 133 0 125 55 44 514 112 45
Binary 10100100 11001 1011011 0 1010101 101101 100100 101001100 1001010 100101

Color Harmonies of #A4195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4195B

Black with #A4195B

Text Example


Text Example

White with #A4195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4195B; }

 p { color: rgb(164,25,91); }

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

background-color css

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

 a { background-color: rgb(164,25,91); }

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

border-color css

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

 span { border-color: rgb(164,25,91); }

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