Html Css Color HEX #A50544 Jazzberry Jam

📋 copy color: '#A50544'

red 165 ◦ green 5 ◦ blue 68

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

Shades of Jazzberry Jam #A50544

Tints of Jazzberry Jam #A50544

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.1%

 BLUE value IS 68 (26.95% from 255) = 28.57%

R = 69.33%
G = 2.1%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A50544 (or 0xA50544) is known color: Jazzberry Jam. HEX triplet: A5, 05 and 44. RGB value is (165,5,68). Sum of RGB (Red+Green+Blue) = 165+5+68=238 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.33% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 165 - color contains mainly: red. Hex color #A50544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50544 is #5AFABB. Grayscale: #3B3B3B. Windows color (decimal): -5962428 or 4457893. OLE color: 4457893.

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

Color convert

RGB 165 5 68 -
CMYK 0 0.97 0.59 0.35
HSL 336.38º 0.94% 0.33% -
HSV(B) 336.38º 0.97% 0.65% -
XYZ 16.61 8.53 6.24 -
YUV 60.02 132.51 202.88 -
System Red Green Blue C M Y K H S L
Decimal 165 5 68 0 0.97 0.59 0.35 336.38 0.94 0.33
Hex A5 5 44 0 61 3B 23 150 5E 21
Octal 245 5 104 0 141 73 43 520 136 41
Binary 10100101 101 1000100 0 1100001 111011 100011 101010000 1011110 100001

Color Harmonies of #A50544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50544

Black with #A50544

Text Example


Text Example

White with #A50544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50544; }

 p { color: rgb(165,5,68); }

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

background-color css

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

 a { background-color: rgb(165,5,68); }

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

border-color css

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

 span { border-color: rgb(165,5,68); }

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