Html Css Color HEX #A51147 Jazzberry Jam

📋 copy color: '#A51147'

red 165 ◦ green 17 ◦ blue 71

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

Shades of Jazzberry Jam #A51147

Tints of Jazzberry Jam #A51147

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.72%

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

R = 65.22%
G = 6.72%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A51147 (or 0xA51147) is known color: Jazzberry Jam. HEX triplet: A5, 11 and 47. RGB value is (165,17,71). Sum of RGB (Red+Green+Blue) = 165+17+71=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A51147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51147 is #5AEEB8. Grayscale: #434343. Windows color (decimal): -5959353 or 4657573. OLE color: 4657573.

HSL color Cylindrical-coordinate representation of color #A51147: hue angle of 338.11º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51147 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 17 71 -
CMYK 0 0.90 0.57 0.35
HSL 338.11º 0.81% 0.36% -
HSV(B) 338.11º 0.9% 0.65% -
XYZ 16.85 8.86 6.78 -
YUV 67.41 130.03 197.61 -
System Red Green Blue C M Y K H S L
Decimal 165 17 71 0 0.90 0.57 0.35 338.11 0.81 0.36
Hex A5 11 47 0 5A 39 23 152 51 24
Octal 245 21 107 0 132 71 43 522 121 44
Binary 10100101 10001 1000111 0 1011010 111001 100011 101010010 1010001 100100

Color Harmonies of #A51147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51147

Black with #A51147

Text Example


Text Example

White with #A51147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51147; }

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

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

background-color css

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

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

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

border-color css

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

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

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