Html Css Color HEX #A31259 Jazzberry Jam

📋 copy color: '#A31259'

red 163 ◦ green 18 ◦ blue 89

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

Shades of Jazzberry Jam #A31259

Tints of Jazzberry Jam #A31259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.96%

R = 60.37%
G = 6.67%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A31259 (or 0xA31259) is known color: Jazzberry Jam. HEX triplet: A3, 12 and 59. RGB value is (163,18,89). Sum of RGB (Red+Green+Blue) = 163+18+89=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A31259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31259 is #5CEDA6. Grayscale: #454545. Windows color (decimal): -6090151 or 5837475. OLE color: 5837475.

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

Color convert

RGB 163 18 89 -
CMYK 0 0.89 0.45 0.36
HSL 330.62º 0.8% 0.35% -
HSV(B) 330.62º 0.89% 0.64% -
XYZ 17.12 8.94 10.27 -
YUV 69.45 139.04 194.73 -
System Red Green Blue C M Y K H S L
Decimal 163 18 89 0 0.89 0.45 0.36 330.62 0.8 0.35
Hex A3 12 59 0 59 2D 24 14B 50 23
Octal 243 22 131 0 131 55 44 513 120 43
Binary 10100011 10010 1011001 0 1011001 101101 100100 101001011 1010000 100011

Color Harmonies of #A31259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31259

Black with #A31259

Text Example


Text Example

White with #A31259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31259; }

 p { color: rgb(163,18,89); }

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

background-color css

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

 a { background-color: rgb(163,18,89); }

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

border-color css

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

 span { border-color: rgb(163,18,89); }

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