Html Css Color HEX #A50E42 Jazzberry Jam

📋 copy color: '#A50E42'

red 165 ◦ green 14 ◦ blue 66

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

Shades of Jazzberry Jam #A50E42

Tints of Jazzberry Jam #A50E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.94%

R = 67.35%
G = 5.71%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A50E42 (or 0xA50E42) is known color: Jazzberry Jam. HEX triplet: A5, 0E and 42. RGB value is (165,14,66). Sum of RGB (Red+Green+Blue) = 165+14+66=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50E42 is #5AF1BD. Grayscale: #414141. Windows color (decimal): -5960126 or 4329125. OLE color: 4329125.

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

Color convert

RGB 165 14 66 -
CMYK 0 0.92 0.60 0.35
HSL 339.34º 0.84% 0.35% -
HSV(B) 339.34º 0.92% 0.65% -
XYZ 16.66 8.71 5.96 -
YUV 65.08 128.53 199.27 -
System Red Green Blue C M Y K H S L
Decimal 165 14 66 0 0.92 0.60 0.35 339.34 0.84 0.35
Hex A5 E 42 0 5C 3C 23 153 54 23
Octal 245 16 102 0 134 74 43 523 124 43
Binary 10100101 1110 1000010 0 1011100 111100 100011 101010011 1010100 100011

Color Harmonies of #A50E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50E42

Black with #A50E42

Text Example


Text Example

White with #A50E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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