Html Css Color HEX #A50249 Jazzberry Jam

📋 copy color: '#A50249'

red 165 ◦ green 2 ◦ blue 73

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

Shades of Jazzberry Jam #A50249

Tints of Jazzberry Jam #A50249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 68.75%
G = 0.83%
B = 30.42%

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

#A50249 (or 0xA50249) is known color: Jazzberry Jam. HEX triplet: A5, 02 and 49. RGB value is (165,2,73). Sum of RGB (Red+Green+Blue) = 165+2+73=240 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.75% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 165 - color contains mainly: red. Hex color #A50249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50249 is #5AFDB6. Grayscale: #3A3A3A. Windows color (decimal): -5963191 or 4784805. OLE color: 4784805.

HSL color Cylindrical-coordinate representation of color #A50249: hue angle of 333.87º degrees, saturation: 0.98, 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 #A50249 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 2 73 -
CMYK 0 0.99 0.56 0.35
HSL 333.87º 0.98% 0.33% -
HSV(B) 333.87º 0.99% 0.65% -
XYZ 16.74 8.52 7.07 -
YUV 58.83 136 203.73 -
System Red Green Blue C M Y K H S L
Decimal 165 2 73 0 0.99 0.56 0.35 333.87 0.98 0.33
Hex A5 2 49 0 63 38 23 14E 62 21
Octal 245 2 111 0 143 70 43 516 142 41
Binary 10100101 10 1001001 0 1100011 111000 100011 101001110 1100010 100001

Color Harmonies of #A50249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50249

Black with #A50249

Text Example


Text Example

White with #A50249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50249; }

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

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

background-color css

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

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

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

border-color css

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

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

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