Html Css Color HEX #A41F5E Jazzberry Jam

📋 copy color: '#A41F5E'

red 164 ◦ green 31 ◦ blue 94

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

Shades of Jazzberry Jam #A41F5E

Tints of Jazzberry Jam #A41F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.53%

R = 56.75%
G = 10.73%
B = 32.53%

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

#A41F5E (or 0xA41F5E) is known color: Jazzberry Jam. HEX triplet: A4, 1F and 5E. RGB value is (164,31,94). Sum of RGB (Red+Green+Blue) = 164+31+94=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41F5E is #5BE0A1. Grayscale: #4D4D4D. Windows color (decimal): -6021282 or 6168484. OLE color: 6168484.

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

Color convert

RGB 164 31 94 -
CMYK 0 0.81 0.43 0.36
HSL 331.58º 0.68% 0.38% -
HSV(B) 331.58º 0.81% 0.64% -
XYZ 17.82 9.68 11.52 -
YUV 77.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 164 31 94 0 0.81 0.43 0.36 331.58 0.68 0.38
Hex A4 1F 5E 0 51 2B 24 14C 44 26
Octal 244 37 136 0 121 53 44 514 104 46
Binary 10100100 11111 1011110 0 1010001 101011 100100 101001100 1000100 100110

Color Harmonies of #A41F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F5E

Black with #A41F5E

Text Example


Text Example

White with #A41F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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