Html Css Color HEX #A50B5B Jazzberry Jam

📋 copy color: '#A50B5B'

red 165 ◦ green 11 ◦ blue 91

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

Shades of Jazzberry Jam #A50B5B

Tints of Jazzberry Jam #A50B5B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.12%

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

R = 61.8%
G = 4.12%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A50B5B (or 0xA50B5B) is known color: Jazzberry Jam. HEX triplet: A5, 0B and 5B. RGB value is (165,11,91). Sum of RGB (Red+Green+Blue) = 165+11+91=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50B5B is #5AF4A4. Grayscale: #424242. Windows color (decimal): -5960869 or 5966757. OLE color: 5966757.

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

Color convert

RGB 165 11 91 -
CMYK 0 0.93 0.45 0.35
HSL 328.83º 0.88% 0.35% -
HSV(B) 328.83º 0.93% 0.65% -
XYZ 17.53 8.99 10.71 -
YUV 66.17 142.02 198.5 -
System Red Green Blue C M Y K H S L
Decimal 165 11 91 0 0.93 0.45 0.35 328.83 0.88 0.35
Hex A5 B 5B 0 5D 2D 23 149 58 23
Octal 245 13 133 0 135 55 43 511 130 43
Binary 10100101 1011 1011011 0 1011101 101101 100011 101001001 1011000 100011

Color Harmonies of #A50B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50B5B

Black with #A50B5B

Text Example


Text Example

White with #A50B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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