Html Css Color HEX #A51D5B Jazzberry Jam

📋 copy color: '#A51D5B'

red 165 ◦ green 29 ◦ blue 91

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

Shades of Jazzberry Jam #A51D5B

Tints of Jazzberry Jam #A51D5B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.18%

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

R = 57.89%
G = 10.18%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A51D5B (or 0xA51D5B) is known color: Jazzberry Jam. HEX triplet: A5, 1D and 5B. RGB value is (165,29,91). Sum of RGB (Red+Green+Blue) = 165+29+91=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A51D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51D5B is #5AE2A4. Grayscale: #4C4C4C. Windows color (decimal): -5956261 or 5971365. OLE color: 5971365.

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

Color convert

RGB 165 29 91 -
CMYK 0 0.82 0.45 0.35
HSL 332.65º 0.7% 0.38% -
HSV(B) 332.65º 0.82% 0.65% -
XYZ 17.84 9.63 10.82 -
YUV 76.73 136.06 190.96 -
System Red Green Blue C M Y K H S L
Decimal 165 29 91 0 0.82 0.45 0.35 332.65 0.7 0.38
Hex A5 1D 5B 0 52 2D 23 14D 46 26
Octal 245 35 133 0 122 55 43 515 106 46
Binary 10100101 11101 1011011 0 1010010 101101 100011 101001101 1000110 100110

Color Harmonies of #A51D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51D5B

Black with #A51D5B

Text Example


Text Example

White with #A51D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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