Html Css Color HEX #A4195D Jazzberry Jam

📋 copy color: '#A4195D'

red 164 ◦ green 25 ◦ blue 93

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

Shades of Jazzberry Jam #A4195D

Tints of Jazzberry Jam #A4195D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.98%

R = 58.16%
G = 8.87%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4195D (or 0xA4195D) is known color: Jazzberry Jam. HEX triplet: A4, 19 and 5D. RGB value is (164,25,93). Sum of RGB (Red+Green+Blue) = 164+25+93=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A4195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4195D is #5BE6A2. Grayscale: #4A4A4A. Windows color (decimal): -6022819 or 6101412. OLE color: 6101412.

HSL color Cylindrical-coordinate representation of color #A4195D: hue angle of 330.65º 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 #A4195D is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 25 93 -
CMYK 0 0.85 0.43 0.36
HSL 330.65º 0.74% 0.37% -
HSV(B) 330.65º 0.85% 0.64% -
XYZ 17.63 9.38 11.24 -
YUV 74.31 138.55 191.97 -
System Red Green Blue C M Y K H S L
Decimal 164 25 93 0 0.85 0.43 0.36 330.65 0.74 0.37
Hex A4 19 5D 0 55 2B 24 14B 4A 25
Octal 244 31 135 0 125 53 44 513 112 45
Binary 10100100 11001 1011101 0 1010101 101011 100100 101001011 1001010 100101

Color Harmonies of #A4195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4195D

Black with #A4195D

Text Example


Text Example

White with #A4195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4195D; }

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

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

background-color css

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

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

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

border-color css

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

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

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