Html Css Color HEX #A41A5C Jazzberry Jam

📋 copy color: '#A41A5C'

red 164 ◦ green 26 ◦ blue 92

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

Shades of Jazzberry Jam #A41A5C

Tints of Jazzberry Jam #A41A5C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.22%

 BLUE value IS 92 (36.33% from 255) = 32.62%

R = 58.16%
G = 9.22%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A41A5C (or 0xA41A5C) is known color: Jazzberry Jam. HEX triplet: A4, 1A and 5C. RGB value is (164,26,92). Sum of RGB (Red+Green+Blue) = 164+26+92=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41A5C is #5BE5A3. Grayscale: #4A4A4A. Windows color (decimal): -6022564 or 6036132. OLE color: 6036132.

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

Color convert

RGB 164 26 92 -
CMYK 0 0.84 0.44 0.36
HSL 331.3º 0.73% 0.37% -
HSV(B) 331.3º 0.84% 0.64% -
XYZ 17.61 9.4 11.01 -
YUV 74.79 137.72 191.63 -
System Red Green Blue C M Y K H S L
Decimal 164 26 92 0 0.84 0.44 0.36 331.3 0.73 0.37
Hex A4 1A 5C 0 54 2C 24 14B 49 25
Octal 244 32 134 0 124 54 44 513 111 45
Binary 10100100 11010 1011100 0 1010100 101100 100100 101001011 1001001 100101

Color Harmonies of #A41A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A5C

Black with #A41A5C

Text Example


Text Example

White with #A41A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A5C; }

 p { color: rgb(164,26,92); }

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

background-color css

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

 a { background-color: rgb(164,26,92); }

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

border-color css

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

 span { border-color: rgb(164,26,92); }

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