Html Css Color HEX #A50F5B Jazzberry Jam

📋 copy color: '#A50F5B'

red 165 ◦ green 15 ◦ blue 91

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

Shades of Jazzberry Jam #A50F5B

Tints of Jazzberry Jam #A50F5B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.54%

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

R = 60.89%
G = 5.54%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A50F5B (or 0xA50F5B) is known color: Jazzberry Jam. HEX triplet: A5, 0F and 5B. RGB value is (165,15,91). Sum of RGB (Red+Green+Blue) = 165+15+91=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50F5B is #5AF0A4. Grayscale: #444444. Windows color (decimal): -5959845 or 5967781. OLE color: 5967781.

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

Color convert

RGB 165 15 91 -
CMYK 0 0.91 0.45 0.35
HSL 329.6º 0.83% 0.35% -
HSV(B) 329.6º 0.91% 0.65% -
XYZ 17.58 9.1 10.73 -
YUV 68.51 140.7 196.82 -
System Red Green Blue C M Y K H S L
Decimal 165 15 91 0 0.91 0.45 0.35 329.6 0.83 0.35
Hex A5 F 5B 0 5B 2D 23 14A 53 23
Octal 245 17 133 0 133 55 43 512 123 43
Binary 10100101 1111 1011011 0 1011011 101101 100011 101001010 1010011 100011

Color Harmonies of #A50F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50F5B

Black with #A50F5B

Text Example


Text Example

White with #A50F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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