Html Css Color HEX #A41F5D Jazzberry Jam

📋 copy color: '#A41F5D'

red 164 ◦ green 31 ◦ blue 93

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

Shades of Jazzberry Jam #A41F5D

Tints of Jazzberry Jam #A41F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.76%

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

R = 56.94%
G = 10.76%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A41F5D (or 0xA41F5D) is known color: Jazzberry Jam. HEX triplet: A4, 1F and 5D. RGB value is (164,31,93). Sum of RGB (Red+Green+Blue) = 164+31+93=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41F5D is #5BE0A2. Grayscale: #4D4D4D. Windows color (decimal): -6021283 or 6102948. OLE color: 6102948.

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

Color convert

RGB 164 31 93 -
CMYK 0 0.81 0.43 0.36
HSL 332.03º 0.68% 0.38% -
HSV(B) 332.03º 0.81% 0.64% -
XYZ 17.78 9.66 11.28 -
YUV 77.84 136.56 189.46 -
System Red Green Blue C M Y K H S L
Decimal 164 31 93 0 0.81 0.43 0.36 332.03 0.68 0.38
Hex A4 1F 5D 0 51 2B 24 14C 44 26
Octal 244 37 135 0 121 53 44 514 104 46
Binary 10100100 11111 1011101 0 1010001 101011 100100 101001100 1000100 100110

Color Harmonies of #A41F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F5D

Black with #A41F5D

Text Example


Text Example

White with #A41F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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