Html Css Color HEX #A50E4A Jazzberry Jam

📋 copy color: '#A50E4A'

red 165 ◦ green 14 ◦ blue 74

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

Shades of Jazzberry Jam #A50E4A

Tints of Jazzberry Jam #A50E4A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.53%

 BLUE value IS 74 (29.3% from 255) = 29.25%

R = 65.22%
G = 5.53%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A50E4A (or 0xA50E4A) is known color: Jazzberry Jam. HEX triplet: A5, 0E and 4A. RGB value is (165,14,74). Sum of RGB (Red+Green+Blue) = 165+14+74=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50E4A is #5AF1B5. Grayscale: #414141. Windows color (decimal): -5960118 or 4853413. OLE color: 4853413.

HSL color Cylindrical-coordinate representation of color #A50E4A: hue angle of 336.16º degrees, saturation: 0.84, 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 #A50E4A is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 14 74 -
CMYK 0 0.92 0.55 0.35
HSL 336.16º 0.84% 0.35% -
HSV(B) 336.16º 0.92% 0.65% -
XYZ 16.91 8.81 7.29 -
YUV 65.99 132.53 198.62 -
System Red Green Blue C M Y K H S L
Decimal 165 14 74 0 0.92 0.55 0.35 336.16 0.84 0.35
Hex A5 E 4A 0 5C 37 23 150 54 23
Octal 245 16 112 0 134 67 43 520 124 43
Binary 10100101 1110 1001010 0 1011100 110111 100011 101010000 1010100 100011

Color Harmonies of #A50E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50E4A

Black with #A50E4A

Text Example


Text Example

White with #A50E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50E4A; }

 p { color: rgb(165,14,74); }

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

background-color css

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

 a { background-color: rgb(165,14,74); }

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

border-color css

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

 span { border-color: rgb(165,14,74); }

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