Html Css Color HEX #A50447 Jazzberry Jam

📋 copy color: '#A50447'

red 165 ◦ green 4 ◦ blue 71

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

Shades of Jazzberry Jam #A50447

Tints of Jazzberry Jam #A50447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

 BLUE value IS 71 (28.13% from 255) = 29.58%

R = 68.75%
G = 1.67%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A50447 (or 0xA50447) is known color: Jazzberry Jam. HEX triplet: A5, 04 and 47. RGB value is (165,4,71). Sum of RGB (Red+Green+Blue) = 165+4+71=240 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.75% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 165 - color contains mainly: red. Hex color #A50447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50447 is #5AFBB8. Grayscale: #3B3B3B. Windows color (decimal): -5962681 or 4654245. OLE color: 4654245.

HSL color Cylindrical-coordinate representation of color #A50447: hue angle of 335.03º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A50447 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 4 71 -
CMYK 0 0.98 0.57 0.35
HSL 335.03º 0.95% 0.33% -
HSV(B) 335.03º 0.98% 0.65% -
XYZ 16.7 8.54 6.73 -
YUV 59.78 134.34 203.05 -
System Red Green Blue C M Y K H S L
Decimal 165 4 71 0 0.98 0.57 0.35 335.03 0.95 0.33
Hex A5 4 47 0 62 39 23 14F 5F 21
Octal 245 4 107 0 142 71 43 517 137 41
Binary 10100101 100 1000111 0 1100010 111001 100011 101001111 1011111 100001

Color Harmonies of #A50447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50447

Black with #A50447

Text Example


Text Example

White with #A50447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50447; }

 p { color: rgb(165,4,71); }

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

background-color css

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

 a { background-color: rgb(165,4,71); }

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

border-color css

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

 span { border-color: rgb(165,4,71); }

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