Html Css Color HEX #A31347 Jazzberry Jam

📋 copy color: '#A31347'

red 163 ◦ green 19 ◦ blue 71

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

Shades of Jazzberry Jam #A31347

Tints of Jazzberry Jam #A31347

RGB

 RED value IS 163 (64.06% from 255) = 64.43%

 GREEN value IS 19 (7.81% from 255) = 7.51%

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

R = 64.43%
G = 7.51%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A31347 (or 0xA31347) is known color: Jazzberry Jam. HEX triplet: A3, 13 and 47. RGB value is (163,19,71). Sum of RGB (Red+Green+Blue) = 163+19+71=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A31347 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31347 is #5CECB8. Grayscale: #434343. Windows color (decimal): -6089913 or 4658083. OLE color: 4658083.

HSL color Cylindrical-coordinate representation of color #A31347: hue angle of 338.33º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31347 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 19 71 -
CMYK 0 0.88 0.56 0.36
HSL 338.33º 0.79% 0.36% -
HSV(B) 338.33º 0.88% 0.64% -
XYZ 16.47 8.71 6.77 -
YUV 67.98 129.71 195.77 -
System Red Green Blue C M Y K H S L
Decimal 163 19 71 0 0.88 0.56 0.36 338.33 0.79 0.36
Hex A3 13 47 0 58 38 24 152 4F 24
Octal 243 23 107 0 130 70 44 522 117 44
Binary 10100011 10011 1000111 0 1011000 111000 100100 101010010 1001111 100100

Color Harmonies of #A31347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31347

Black with #A31347

Text Example


Text Example

White with #A31347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31347; }

 p { color: rgb(163,19,71); }

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

background-color css

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

 a { background-color: rgb(163,19,71); }

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

border-color css

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

 span { border-color: rgb(163,19,71); }

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