Html Css Color HEX #A50044 Jazzberry Jam

📋 copy color: '#A50044'

red 165 ◦ green 0 ◦ blue 68

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

Shades of Jazzberry Jam #A50044

Tints of Jazzberry Jam #A50044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 70.82%
G = 0%
B = 29.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A50044 (or 0xA50044) is known color: Jazzberry Jam. HEX triplet: A5, 00 and 44. RGB value is (165,0,68). Sum of RGB (Red+Green+Blue) = 165+0+68=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A50044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50044 is #5AFFBB. Grayscale: #383838. Windows color (decimal): -5963708 or 4456613. OLE color: 4456613.

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

Color convert

RGB 165 0 68 -
CMYK 0 1 0.59 0.35
HSL 335.27º 1% 0.32% -
HSV(B) 335.27º 1% 0.65% -
XYZ 16.56 8.42 6.22 -
YUV 57.09 134.16 204.97 -
System Red Green Blue C M Y K H S L
Decimal 165 0 68 0 1 0.59 0.35 335.27 1 0.32
Hex A5 0 44 0 64 3B 23 14F 64 20
Octal 245 0 104 0 144 73 43 517 144 40
Binary 10100101 0 1000100 0 1100100 111011 100011 101001111 1100100 100000

Color Harmonies of #A50044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50044

Black with #A50044

Text Example


Text Example

White with #A50044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50044; }

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

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

background-color css

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

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

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

border-color css

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

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

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