Html Css Color HEX #A50149 Jazzberry Jam

📋 copy color: '#A50149'

red 165 ◦ green 1 ◦ blue 73

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

Shades of Jazzberry Jam #A50149

Tints of Jazzberry Jam #A50149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 73 (28.91% from 255) = 30.54%

R = 69.04%
G = 0.42%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A50149 (or 0xA50149) is known color: Jazzberry Jam. HEX triplet: A5, 01 and 49. RGB value is (165,1,73). Sum of RGB (Red+Green+Blue) = 165+1+73=239 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.04% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 165 - color contains mainly: red. Hex color #A50149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50149 is #5AFEB6. Grayscale: #3A3A3A. Windows color (decimal): -5963447 or 4784549. OLE color: 4784549.

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

Color convert

RGB 165 1 73 -
CMYK 0 0.99 0.56 0.35
HSL 333.66º 0.99% 0.33% -
HSV(B) 333.66º 0.99% 0.65% -
XYZ 16.73 8.5 7.06 -
YUV 58.24 136.33 204.15 -
System Red Green Blue C M Y K H S L
Decimal 165 1 73 0 0.99 0.56 0.35 333.66 0.99 0.33
Hex A5 1 49 0 63 38 23 14E 63 21
Octal 245 1 111 0 143 70 43 516 143 41
Binary 10100101 1 1001001 0 1100011 111000 100011 101001110 1100011 100001

Color Harmonies of #A50149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50149

Black with #A50149

Text Example


Text Example

White with #A50149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50149; }

 p { color: rgb(165,1,73); }

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

background-color css

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

 a { background-color: rgb(165,1,73); }

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

border-color css

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

 span { border-color: rgb(165,1,73); }

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