Html Css Color HEX #A50040 Jazzberry Jam

📋 copy color: '#A50040'

red 165 ◦ green 0 ◦ blue 64

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

Shades of Jazzberry Jam #A50040

Tints of Jazzberry Jam #A50040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 72.05%
G = 0%
B = 27.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A50040 (or 0xA50040) is known color: Jazzberry Jam. HEX triplet: A5, 00 and 40. RGB value is (165,0,64). Sum of RGB (Red+Green+Blue) = 165+0+64=229 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.05% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 165 - color contains mainly: red. Hex color #A50040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50040 is #5AFFBF. Grayscale: #383838. Windows color (decimal): -5963712 or 4194469. OLE color: 4194469.

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

Color convert

RGB 165 0 64 -
CMYK 0 1 0.61 0.35
HSL 336.73º 1% 0.32% -
HSV(B) 336.73º 1% 0.65% -
XYZ 16.44 8.37 5.6 -
YUV 56.63 132.16 205.3 -
System Red Green Blue C M Y K H S L
Decimal 165 0 64 0 1 0.61 0.35 336.73 1 0.32
Hex A5 0 40 0 64 3D 23 151 64 20
Octal 245 0 100 0 144 75 43 521 144 40
Binary 10100101 0 1000000 0 1100100 111101 100011 101010001 1100100 100000

Color Harmonies of #A50040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50040

Black with #A50040

Text Example


Text Example

White with #A50040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50040; }

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

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

background-color css

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

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

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

border-color css

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

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

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