Html Css Color HEX #A41550 Jazzberry Jam

📋 copy color: '#A41550'

red 164 ◦ green 21 ◦ blue 80

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

Shades of Jazzberry Jam #A41550

Tints of Jazzberry Jam #A41550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

 BLUE value IS 80 (31.64% from 255) = 30.19%

R = 61.89%
G = 7.92%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A41550 (or 0xA41550) is known color: Jazzberry Jam. HEX triplet: A4, 15 and 50. RGB value is (164,21,80). Sum of RGB (Red+Green+Blue) = 164+21+80=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A41550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41550 is #5BEAAF. Grayscale: #464646. Windows color (decimal): -6023856 or 5248420. OLE color: 5248420.

HSL color Cylindrical-coordinate representation of color #A41550: hue angle of 335.24º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41550 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 21 80 -
CMYK 0 0.87 0.51 0.36
HSL 335.24º 0.77% 0.36% -
HSV(B) 335.24º 0.87% 0.64% -
XYZ 17.03 9.01 8.43 -
YUV 70.48 133.38 194.7 -
System Red Green Blue C M Y K H S L
Decimal 164 21 80 0 0.87 0.51 0.36 335.24 0.77 0.36
Hex A4 15 50 0 57 33 24 14F 4D 24
Octal 244 25 120 0 127 63 44 517 115 44
Binary 10100100 10101 1010000 0 1010111 110011 100100 101001111 1001101 100100

Color Harmonies of #A41550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41550

Black with #A41550

Text Example


Text Example

White with #A41550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41550; }

 p { color: rgb(164,21,80); }

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

background-color css

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

 a { background-color: rgb(164,21,80); }

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

border-color css

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

 span { border-color: rgb(164,21,80); }

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