Html Css Color HEX #A41E5E Jazzberry Jam

📋 copy color: '#A41E5E'

red 164 ◦ green 30 ◦ blue 94

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

Shades of Jazzberry Jam #A41E5E

Tints of Jazzberry Jam #A41E5E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.42%

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

R = 56.94%
G = 10.42%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A41E5E (or 0xA41E5E) is known color: Jazzberry Jam. HEX triplet: A4, 1E and 5E. RGB value is (164,30,94). Sum of RGB (Red+Green+Blue) = 164+30+94=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41E5E is #5BE1A1. Grayscale: #4D4D4D. Windows color (decimal): -6021538 or 6168228. OLE color: 6168228.

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

Color convert

RGB 164 30 94 -
CMYK 0 0.82 0.43 0.36
HSL 331.34º 0.69% 0.38% -
HSV(B) 331.34º 0.82% 0.64% -
XYZ 17.79 9.63 11.51 -
YUV 77.36 137.39 189.8 -
System Red Green Blue C M Y K H S L
Decimal 164 30 94 0 0.82 0.43 0.36 331.34 0.69 0.38
Hex A4 1E 5E 0 52 2B 24 14B 45 26
Octal 244 36 136 0 122 53 44 513 105 46
Binary 10100100 11110 1011110 0 1010010 101011 100100 101001011 1000101 100110

Color Harmonies of #A41E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41E5E

Black with #A41E5E

Text Example


Text Example

White with #A41E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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