Html Css Color HEX #A41553 Jazzberry Jam

📋 copy color: '#A41553'

red 164 ◦ green 21 ◦ blue 83

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

Shades of Jazzberry Jam #A41553

Tints of Jazzberry Jam #A41553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.97%

R = 61.19%
G = 7.84%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A41553 (or 0xA41553) is known color: Jazzberry Jam. HEX triplet: A4, 15 and 53. RGB value is (164,21,83). Sum of RGB (Red+Green+Blue) = 164+21+83=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A41553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41553 is #5BEAAC. Grayscale: #464646. Windows color (decimal): -6023853 or 5445028. OLE color: 5445028.

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

Color convert

RGB 164 21 83 -
CMYK 0 0.87 0.49 0.36
HSL 333.99º 0.77% 0.36% -
HSV(B) 333.99º 0.87% 0.64% -
XYZ 17.14 9.05 9.03 -
YUV 70.83 134.88 194.46 -
System Red Green Blue C M Y K H S L
Decimal 164 21 83 0 0.87 0.49 0.36 333.99 0.77 0.36
Hex A4 15 53 0 57 31 24 14E 4D 24
Octal 244 25 123 0 127 61 44 516 115 44
Binary 10100100 10101 1010011 0 1010111 110001 100100 101001110 1001101 100100

Color Harmonies of #A41553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41553

Black with #A41553

Text Example


Text Example

White with #A41553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41553; }

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

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

background-color css

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

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

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

border-color css

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

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

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