Html Css Color HEX #A41753 Jazzberry Jam

📋 copy color: '#A41753'

red 164 ◦ green 23 ◦ blue 83

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

Shades of Jazzberry Jam #A41753

Tints of Jazzberry Jam #A41753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.52%

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

R = 60.74%
G = 8.52%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A41753 (or 0xA41753) is known color: Jazzberry Jam. HEX triplet: A4, 17 and 53. RGB value is (164,23,83). Sum of RGB (Red+Green+Blue) = 164+23+83=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A41753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41753 is #5BE8AC. Grayscale: #474747. Windows color (decimal): -6023341 or 5445540. OLE color: 5445540.

HSL color Cylindrical-coordinate representation of color #A41753: hue angle of 334.47º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41753 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 23 83 -
CMYK 0 0.86 0.49 0.36
HSL 334.47º 0.75% 0.37% -
HSV(B) 334.47º 0.86% 0.64% -
XYZ 17.18 9.13 9.04 -
YUV 72 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 164 23 83 0 0.86 0.49 0.36 334.47 0.75 0.37
Hex A4 17 53 0 56 31 24 14E 4B 25
Octal 244 27 123 0 126 61 44 516 113 45
Binary 10100100 10111 1010011 0 1010110 110001 100100 101001110 1001011 100101

Color Harmonies of #A41753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41753

Black with #A41753

Text Example


Text Example

White with #A41753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41753; }

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

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

background-color css

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

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

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

border-color css

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

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

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