Html Css Color HEX #A41754 Jazzberry Jam

📋 copy color: '#A41754'

red 164 ◦ green 23 ◦ blue 84

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

Shades of Jazzberry Jam #A41754

Tints of Jazzberry Jam #A41754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31%

R = 60.52%
G = 8.49%
B = 31%

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

#A41754 (or 0xA41754) is known color: Jazzberry Jam. HEX triplet: A4, 17 and 54. RGB value is (164,23,84). Sum of RGB (Red+Green+Blue) = 164+23+84=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A41754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41754 is #5BE8AB. Grayscale: #484848. Windows color (decimal): -6023340 or 5511076. OLE color: 5511076.

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

Color convert

RGB 164 23 84 -
CMYK 0 0.86 0.49 0.36
HSL 334.04º 0.75% 0.37% -
HSV(B) 334.04º 0.86% 0.64% -
XYZ 17.22 9.15 9.25 -
YUV 72.11 134.71 193.54 -
System Red Green Blue C M Y K H S L
Decimal 164 23 84 0 0.86 0.49 0.36 334.04 0.75 0.37
Hex A4 17 54 0 56 31 24 14E 4B 25
Octal 244 27 124 0 126 61 44 516 113 45
Binary 10100100 10111 1010100 0 1010110 110001 100100 101001110 1001011 100101

Color Harmonies of #A41754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41754

Black with #A41754

Text Example


Text Example

White with #A41754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41754; }

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

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

background-color css

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

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

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

border-color css

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

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

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