Html Css Color HEX #A41350 Jazzberry Jam

📋 copy color: '#A41350'

red 164 ◦ green 19 ◦ blue 80

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

Shades of Jazzberry Jam #A41350

Tints of Jazzberry Jam #A41350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.22%

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

R = 62.36%
G = 7.22%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A41350 (or 0xA41350) is known color: Jazzberry Jam. HEX triplet: A4, 13 and 50. RGB value is (164,19,80). Sum of RGB (Red+Green+Blue) = 164+19+80=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A41350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41350 is #5BECAF. Grayscale: #454545. Windows color (decimal): -6024368 or 5247908. OLE color: 5247908.

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

Color convert

RGB 164 19 80 -
CMYK 0 0.88 0.51 0.36
HSL 334.76º 0.79% 0.36% -
HSV(B) 334.76º 0.88% 0.64% -
XYZ 16.99 8.94 8.42 -
YUV 69.31 134.04 195.54 -
System Red Green Blue C M Y K H S L
Decimal 164 19 80 0 0.88 0.51 0.36 334.76 0.79 0.36
Hex A4 13 50 0 58 33 24 14F 4F 24
Octal 244 23 120 0 130 63 44 517 117 44
Binary 10100100 10011 1010000 0 1011000 110011 100100 101001111 1001111 100100

Color Harmonies of #A41350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41350

Black with #A41350

Text Example


Text Example

White with #A41350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41350; }

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

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

background-color css

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

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

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

border-color css

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

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

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