Html Css Color HEX #A41457 Jazzberry Jam

📋 copy color: '#A41457'

red 164 ◦ green 20 ◦ blue 87

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

Shades of Jazzberry Jam #A41457

Tints of Jazzberry Jam #A41457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.38%

 BLUE value IS 87 (34.38% from 255) = 32.1%

R = 60.52%
G = 7.38%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A41457 (or 0xA41457) is known color: Jazzberry Jam. HEX triplet: A4, 14 and 57. RGB value is (164,20,87). Sum of RGB (Red+Green+Blue) = 164+20+87=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A41457 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41457 is #5BEBA8. Grayscale: #464646. Windows color (decimal): -6024105 or 5706916. OLE color: 5706916.

HSL color Cylindrical-coordinate representation of color #A41457: hue angle of 332.08º degrees, saturation: 0.78, 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 #A41457 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 20 87 -
CMYK 0 0.88 0.47 0.36
HSL 332.08º 0.78% 0.36% -
HSV(B) 332.08º 0.88% 0.64% -
XYZ 17.28 9.08 9.86 -
YUV 70.69 137.21 194.55 -
System Red Green Blue C M Y K H S L
Decimal 164 20 87 0 0.88 0.47 0.36 332.08 0.78 0.36
Hex A4 14 57 0 58 2F 24 14C 4E 24
Octal 244 24 127 0 130 57 44 514 116 44
Binary 10100100 10100 1010111 0 1011000 101111 100100 101001100 1001110 100100

Color Harmonies of #A41457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41457

Black with #A41457

Text Example


Text Example

White with #A41457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41457; }

 p { color: rgb(164,20,87); }

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

background-color css

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

 a { background-color: rgb(164,20,87); }

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

border-color css

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

 span { border-color: rgb(164,20,87); }

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