Html Css Color HEX #A51247 Jazzberry Jam

📋 copy color: '#A51247'

red 165 ◦ green 18 ◦ blue 71

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

Shades of Jazzberry Jam #A51247

Tints of Jazzberry Jam #A51247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.09%

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

R = 64.96%
G = 7.09%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A51247 (or 0xA51247) is known color: Jazzberry Jam. HEX triplet: A5, 12 and 47. RGB value is (165,18,71). Sum of RGB (Red+Green+Blue) = 165+18+71=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A51247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51247 is #5AEDB8. Grayscale: #434343. Windows color (decimal): -5959097 or 4657829. OLE color: 4657829.

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

Color convert

RGB 165 18 71 -
CMYK 0 0.89 0.57 0.35
HSL 338.37º 0.8% 0.36% -
HSV(B) 338.37º 0.89% 0.65% -
XYZ 16.87 8.89 6.79 -
YUV 68 129.7 197.19 -
System Red Green Blue C M Y K H S L
Decimal 165 18 71 0 0.89 0.57 0.35 338.37 0.8 0.36
Hex A5 12 47 0 59 39 23 152 50 24
Octal 245 22 107 0 131 71 43 522 120 44
Binary 10100101 10010 1000111 0 1011001 111001 100011 101010010 1010000 100100

Color Harmonies of #A51247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51247

Black with #A51247

Text Example


Text Example

White with #A51247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51247; }

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

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

background-color css

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

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

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

border-color css

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

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

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