Html Css Color HEX #A41D5C Jazzberry Jam

📋 copy color: '#A41D5C'

red 164 ◦ green 29 ◦ blue 92

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

Shades of Jazzberry Jam #A41D5C

Tints of Jazzberry Jam #A41D5C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.18%

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

R = 57.54%
G = 10.18%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A41D5C (or 0xA41D5C) is known color: Jazzberry Jam. HEX triplet: A4, 1D and 5C. RGB value is (164,29,92). Sum of RGB (Red+Green+Blue) = 164+29+92=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41D5C is #5BE2A3. Grayscale: #4C4C4C. Windows color (decimal): -6021796 or 6036900. OLE color: 6036900.

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

Color convert

RGB 164 29 92 -
CMYK 0 0.82 0.44 0.36
HSL 332º 0.7% 0.38% -
HSV(B) 332º 0.82% 0.64% -
XYZ 17.68 9.54 11.04 -
YUV 76.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 164 29 92 0 0.82 0.44 0.36 332 0.7 0.38
Hex A4 1D 5C 0 52 2C 24 14C 46 26
Octal 244 35 134 0 122 54 44 514 106 46
Binary 10100100 11101 1011100 0 1010010 101100 100100 101001100 1000110 100110

Color Harmonies of #A41D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41D5C

Black with #A41D5C

Text Example


Text Example

White with #A41D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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