Html Css Color HEX #A50449 Jazzberry Jam

📋 copy color: '#A50449'

red 165 ◦ green 4 ◦ blue 73

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

Shades of Jazzberry Jam #A50449

Tints of Jazzberry Jam #A50449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 68.18%
G = 1.65%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A50449 (or 0xA50449) is known color: Jazzberry Jam. HEX triplet: A5, 04 and 49. RGB value is (165,4,73). Sum of RGB (Red+Green+Blue) = 165+4+73=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A50449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50449 is #5AFBB6. Grayscale: #3B3B3B. Windows color (decimal): -5962679 or 4785317. OLE color: 4785317.

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

Color convert

RGB 165 4 73 -
CMYK 0 0.98 0.56 0.35
HSL 334.29º 0.95% 0.33% -
HSV(B) 334.29º 0.98% 0.65% -
XYZ 16.76 8.57 7.07 -
YUV 60.01 135.34 202.89 -
System Red Green Blue C M Y K H S L
Decimal 165 4 73 0 0.98 0.56 0.35 334.29 0.95 0.33
Hex A5 4 49 0 62 38 23 14E 5F 21
Octal 245 4 111 0 142 70 43 516 137 41
Binary 10100101 100 1001001 0 1100010 111000 100011 101001110 1011111 100001

Color Harmonies of #A50449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50449

Black with #A50449

Text Example


Text Example

White with #A50449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50449; }

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

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

background-color css

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

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

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

border-color css

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

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

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