Html Css Color HEX #A51C5B Jazzberry Jam

📋 copy color: '#A51C5B'

red 165 ◦ green 28 ◦ blue 91

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

Shades of Jazzberry Jam #A51C5B

Tints of Jazzberry Jam #A51C5B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.86%

 BLUE value IS 91 (35.94% from 255) = 32.04%

R = 58.1%
G = 9.86%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A51C5B (or 0xA51C5B) is known color: Jazzberry Jam. HEX triplet: A5, 1C and 5B. RGB value is (165,28,91). Sum of RGB (Red+Green+Blue) = 165+28+91=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A51C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51C5B is #5AE3A4. Grayscale: #4C4C4C. Windows color (decimal): -5956517 or 5971109. OLE color: 5971109.

HSL color Cylindrical-coordinate representation of color #A51C5B: hue angle of 332.41º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A51C5B is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 28 91 -
CMYK 0 0.83 0.45 0.35
HSL 332.41º 0.71% 0.38% -
HSV(B) 332.41º 0.83% 0.65% -
XYZ 17.82 9.59 10.81 -
YUV 76.15 136.39 191.38 -
System Red Green Blue C M Y K H S L
Decimal 165 28 91 0 0.83 0.45 0.35 332.41 0.71 0.38
Hex A5 1C 5B 0 53 2D 23 14C 47 26
Octal 245 34 133 0 123 55 43 514 107 46
Binary 10100101 11100 1011011 0 1010011 101101 100011 101001100 1000111 100110

Color Harmonies of #A51C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51C5B

Black with #A51C5B

Text Example


Text Example

White with #A51C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51C5B; }

 p { color: rgb(165,28,91); }

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

background-color css

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

 a { background-color: rgb(165,28,91); }

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

border-color css

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

 span { border-color: rgb(165,28,91); }

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