Html Css Color HEX #A31047 Jazzberry Jam

📋 copy color: '#A31047'

red 163 ◦ green 16 ◦ blue 71

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

Shades of Jazzberry Jam #A31047

Tints of Jazzberry Jam #A31047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.4%

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

R = 65.2%
G = 6.4%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A31047 (or 0xA31047) is known color: Jazzberry Jam. HEX triplet: A3, 10 and 47. RGB value is (163,16,71). Sum of RGB (Red+Green+Blue) = 163+16+71=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A31047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31047 is #5CEFB8. Grayscale: #424242. Windows color (decimal): -6090681 or 4657315. OLE color: 4657315.

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

Color convert

RGB 163 16 71 -
CMYK 0 0.90 0.56 0.36
HSL 337.55º 0.82% 0.35% -
HSV(B) 337.55º 0.9% 0.64% -
XYZ 16.43 8.61 6.76 -
YUV 66.22 130.7 197.03 -
System Red Green Blue C M Y K H S L
Decimal 163 16 71 0 0.90 0.56 0.36 337.55 0.82 0.35
Hex A3 10 47 0 5A 38 24 152 52 23
Octal 243 20 107 0 132 70 44 522 122 43
Binary 10100011 10000 1000111 0 1011010 111000 100100 101010010 1010010 100011

Color Harmonies of #A31047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31047

Black with #A31047

Text Example


Text Example

White with #A31047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31047; }

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

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

background-color css

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

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

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

border-color css

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

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

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