Html Css Color HEX #A41D64 Jazzberry Jam

📋 copy color: '#A41D64'

red 164 ◦ green 29 ◦ blue 100

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

Shades of Jazzberry Jam #A41D64

Tints of Jazzberry Jam #A41D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.13%

R = 55.97%
G = 9.9%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A41D64 (or 0xA41D64) is known color: Jazzberry Jam. HEX triplet: A4, 1D and 64. RGB value is (164,29,100). Sum of RGB (Red+Green+Blue) = 164+29+100=293 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.97% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41D64 is #5BE29B. Grayscale: #4D4D4D. Windows color (decimal): -6021788 or 6561188. OLE color: 6561188.

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

Color convert

RGB 164 29 100 -
CMYK 0 0.82 0.39 0.36
HSL 328.44º 0.7% 0.38% -
HSV(B) 328.44º 0.82% 0.64% -
XYZ 18.05 9.69 12.98 -
YUV 77.46 140.73 189.73 -
System Red Green Blue C M Y K H S L
Decimal 164 29 100 0 0.82 0.39 0.36 328.44 0.7 0.38
Hex A4 1D 64 0 52 27 24 148 46 26
Octal 244 35 144 0 122 47 44 510 106 46
Binary 10100100 11101 1100100 0 1010010 100111 100100 101001000 1000110 100110

Color Harmonies of #A41D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41D64

Black with #A41D64

Text Example


Text Example

White with #A41D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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