Html Css Color HEX #A50049 Jazzberry Jam

📋 copy color: '#A50049'

red 165 ◦ green 0 ◦ blue 73

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

Shades of Jazzberry Jam #A50049

Tints of Jazzberry Jam #A50049

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.33%
G = 0%
B = 30.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A50049 (or 0xA50049) is known color: Jazzberry Jam. HEX triplet: A5, 00 and 49. RGB value is (165,0,73). Sum of RGB (Red+Green+Blue) = 165+0+73=238 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.33% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 165 - color contains mainly: red. Hex color #A50049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50049 is #5AFFB6. Grayscale: #393939. Windows color (decimal): -5963703 or 4784293. OLE color: 4784293.

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

Color convert

RGB 165 0 73 -
CMYK 0 1 0.56 0.35
HSL 333.45º 1% 0.32% -
HSV(B) 333.45º 1% 0.65% -
XYZ 16.72 8.48 7.06 -
YUV 57.66 136.66 204.56 -
System Red Green Blue C M Y K H S L
Decimal 165 0 73 0 1 0.56 0.35 333.45 1 0.32
Hex A5 0 49 0 64 38 23 14D 64 20
Octal 245 0 111 0 144 70 43 515 144 40
Binary 10100101 0 1001001 0 1100100 111000 100011 101001101 1100100 100000

Color Harmonies of #A50049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50049

Black with #A50049

Text Example


Text Example

White with #A50049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50049; }

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

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

background-color css

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

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

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

border-color css

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

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

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