Html Css Color HEX #A51553 Jazzberry Jam

📋 copy color: '#A51553'

red 165 ◦ green 21 ◦ blue 83

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

Shades of Jazzberry Jam #A51553

Tints of Jazzberry Jam #A51553

RGB

 RED value IS 165 (64.84% from 255) = 61.34%

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

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

R = 61.34%
G = 7.81%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A51553 (or 0xA51553) is known color: Jazzberry Jam. HEX triplet: A5, 15 and 53. RGB value is (165,21,83). Sum of RGB (Red+Green+Blue) = 165+21+83=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A51553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51553 is #5AEAAC. Grayscale: #474747. Windows color (decimal): -5958317 or 5445029. OLE color: 5445029.

HSL color Cylindrical-coordinate representation of color #A51553: hue angle of 334.17º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51553 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 21 83 -
CMYK 0 0.87 0.50 0.35
HSL 334.17º 0.77% 0.36% -
HSV(B) 334.17º 0.87% 0.65% -
XYZ 17.35 9.16 9.04 -
YUV 71.12 134.71 194.96 -
System Red Green Blue C M Y K H S L
Decimal 165 21 83 0 0.87 0.50 0.35 334.17 0.77 0.36
Hex A5 15 53 0 57 32 23 14E 4D 24
Octal 245 25 123 0 127 62 43 516 115 44
Binary 10100101 10101 1010011 0 1010111 110010 100011 101001110 1001101 100100

Color Harmonies of #A51553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51553

Black with #A51553

Text Example


Text Example

White with #A51553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51553; }

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

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

background-color css

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

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

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

border-color css

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

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

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