Html Css Color HEX #A50248 Jazzberry Jam

📋 copy color: '#A50248'

red 165 ◦ green 2 ◦ blue 72

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

Shades of Jazzberry Jam #A50248

Tints of Jazzberry Jam #A50248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.13%

R = 69.04%
G = 0.84%
B = 30.13%

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

#A50248 (or 0xA50248) is known color: Jazzberry Jam. HEX triplet: A5, 02 and 48. RGB value is (165,2,72). Sum of RGB (Red+Green+Blue) = 165+2+72=239 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.04% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 165 - color contains mainly: red. Hex color #A50248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50248 is #5AFDB7. Grayscale: #3A3A3A. Windows color (decimal): -5963192 or 4719269. OLE color: 4719269.

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

Color convert

RGB 165 2 72 -
CMYK 0 0.99 0.56 0.35
HSL 334.23º 0.98% 0.33% -
HSV(B) 334.23º 0.99% 0.65% -
XYZ 16.71 8.51 6.89 -
YUV 58.72 135.5 203.81 -
System Red Green Blue C M Y K H S L
Decimal 165 2 72 0 0.99 0.56 0.35 334.23 0.98 0.33
Hex A5 2 48 0 63 38 23 14E 62 21
Octal 245 2 110 0 143 70 43 516 142 41
Binary 10100101 10 1001000 0 1100011 111000 100011 101001110 1100010 100001

Color Harmonies of #A50248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50248

Black with #A50248

Text Example


Text Example

White with #A50248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50248; }

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

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

background-color css

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

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

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

border-color css

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

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

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