Html Css Color HEX #A50744 Jazzberry Jam

📋 copy color: '#A50744'

red 165 ◦ green 7 ◦ blue 68

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

Shades of Jazzberry Jam #A50744

Tints of Jazzberry Jam #A50744

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.92%

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

R = 68.75%
G = 2.92%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A50744 (or 0xA50744) is known color: Jazzberry Jam. HEX triplet: A5, 07 and 44. RGB value is (165,7,68). Sum of RGB (Red+Green+Blue) = 165+7+68=240 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.75% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 165 - color contains mainly: red. Hex color #A50744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50744 is #5AF8BB. Grayscale: #3D3D3D. Windows color (decimal): -5961916 or 4458405. OLE color: 4458405.

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

Color convert

RGB 165 7 68 -
CMYK 0 0.96 0.59 0.35
HSL 336.84º 0.92% 0.34% -
HSV(B) 336.84º 0.96% 0.65% -
XYZ 16.64 8.57 6.25 -
YUV 61.2 131.85 202.04 -
System Red Green Blue C M Y K H S L
Decimal 165 7 68 0 0.96 0.59 0.35 336.84 0.92 0.34
Hex A5 7 44 0 60 3B 23 151 5C 22
Octal 245 7 104 0 140 73 43 521 134 42
Binary 10100101 111 1000100 0 1100000 111011 100011 101010001 1011100 100010

Color Harmonies of #A50744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50744

Black with #A50744

Text Example


Text Example

White with #A50744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50744; }

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

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

background-color css

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

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

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

border-color css

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

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

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