Html Css Color HEX #A50D52 Jazzberry Jam

📋 copy color: '#A50D52'

red 165 ◦ green 13 ◦ blue 82

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

Shades of Jazzberry Jam #A50D52

Tints of Jazzberry Jam #A50D52

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5%

 BLUE value IS 82 (32.42% from 255) = 31.54%

R = 63.46%
G = 5%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A50D52 (or 0xA50D52) is known color: Jazzberry Jam. HEX triplet: A5, 0D and 52. RGB value is (165,13,82). Sum of RGB (Red+Green+Blue) = 165+13+82=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50D52 is #5AF2AD. Grayscale: #424242. Windows color (decimal): -5960366 or 5377445. OLE color: 5377445.

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

Color convert

RGB 165 13 82 -
CMYK 0 0.92 0.50 0.35
HSL 332.76º 0.85% 0.35% -
HSV(B) 332.76º 0.92% 0.65% -
XYZ 17.18 8.9 8.79 -
YUV 66.31 136.86 198.39 -
System Red Green Blue C M Y K H S L
Decimal 165 13 82 0 0.92 0.50 0.35 332.76 0.85 0.35
Hex A5 D 52 0 5C 32 23 14D 55 23
Octal 245 15 122 0 134 62 43 515 125 43
Binary 10100101 1101 1010010 0 1011100 110010 100011 101001101 1010101 100011

Color Harmonies of #A50D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50D52

Black with #A50D52

Text Example


Text Example

White with #A50D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50D52; }

 p { color: rgb(165,13,82); }

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

background-color css

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

 a { background-color: rgb(165,13,82); }

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

border-color css

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

 span { border-color: rgb(165,13,82); }

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