Html Css Color HEX #A50E4D Jazzberry Jam

📋 copy color: '#A50E4D'

red 165 ◦ green 14 ◦ blue 77

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

Shades of Jazzberry Jam #A50E4D

Tints of Jazzberry Jam #A50E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.08%

R = 64.45%
G = 5.47%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A50E4D (or 0xA50E4D) is known color: Jazzberry Jam. HEX triplet: A5, 0E and 4D. RGB value is (165,14,77). Sum of RGB (Red+Green+Blue) = 165+14+77=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A50E4D is #5AF1B2. Grayscale: #424242. Windows color (decimal): -5960115 or 5050021. OLE color: 5050021.

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

Color convert

RGB 165 14 77 -
CMYK 0 0.92 0.53 0.35
HSL 334.97º 0.84% 0.35% -
HSV(B) 334.97º 0.92% 0.65% -
XYZ 17.01 8.85 7.83 -
YUV 66.33 134.03 198.38 -
System Red Green Blue C M Y K H S L
Decimal 165 14 77 0 0.92 0.53 0.35 334.97 0.84 0.35
Hex A5 E 4D 0 5C 35 23 14F 54 23
Octal 245 16 115 0 134 65 43 517 124 43
Binary 10100101 1110 1001101 0 1011100 110101 100011 101001111 1010100 100011

Color Harmonies of #A50E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50E4D

Black with #A50E4D

Text Example


Text Example

White with #A50E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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