Html Css Color HEX #A41C5D Jazzberry Jam

📋 copy color: '#A41C5D'

red 164 ◦ green 28 ◦ blue 93

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

Shades of Jazzberry Jam #A41C5D

Tints of Jazzberry Jam #A41C5D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.82%

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

R = 57.54%
G = 9.82%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A41C5D (or 0xA41C5D) is known color: Jazzberry Jam. HEX triplet: A4, 1C and 5D. RGB value is (164,28,93). Sum of RGB (Red+Green+Blue) = 164+28+93=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41C5D is #5BE3A2. Grayscale: #4B4B4B. Windows color (decimal): -6022051 or 6102180. OLE color: 6102180.

HSL color Cylindrical-coordinate representation of color #A41C5D: hue angle of 331.32º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41C5D is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 28 93 -
CMYK 0 0.83 0.43 0.36
HSL 331.32º 0.71% 0.38% -
HSV(B) 331.32º 0.83% 0.64% -
XYZ 17.7 9.51 11.26 -
YUV 76.07 137.56 190.71 -
System Red Green Blue C M Y K H S L
Decimal 164 28 93 0 0.83 0.43 0.36 331.32 0.71 0.38
Hex A4 1C 5D 0 53 2B 24 14B 47 26
Octal 244 34 135 0 123 53 44 513 107 46
Binary 10100100 11100 1011101 0 1010011 101011 100100 101001011 1000111 100110

Color Harmonies of #A41C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41C5D

Black with #A41C5D

Text Example


Text Example

White with #A41C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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