Html Css Color HEX #A31051 Jazzberry Jam

📋 copy color: '#A31051'

red 163 ◦ green 16 ◦ blue 81

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

Shades of Jazzberry Jam #A31051

Tints of Jazzberry Jam #A31051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 31.15%

R = 62.69%
G = 6.15%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A31051 (or 0xA31051) is known color: Jazzberry Jam. HEX triplet: A3, 10 and 51. RGB value is (163,16,81). Sum of RGB (Red+Green+Blue) = 163+16+81=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A31051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31051 is #5CEFAE. Grayscale: #434343. Windows color (decimal): -6090671 or 5312675. OLE color: 5312675.

HSL color Cylindrical-coordinate representation of color #A31051: hue angle of 333.47º 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 #A31051 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 16 81 -
CMYK 0 0.90 0.50 0.36
HSL 333.47º 0.82% 0.35% -
HSV(B) 333.47º 0.9% 0.64% -
XYZ 16.77 8.75 8.59 -
YUV 67.36 135.7 196.21 -
System Red Green Blue C M Y K H S L
Decimal 163 16 81 0 0.90 0.50 0.36 333.47 0.82 0.35
Hex A3 10 51 0 5A 32 24 14D 52 23
Octal 243 20 121 0 132 62 44 515 122 43
Binary 10100011 10000 1010001 0 1011010 110010 100100 101001101 1010010 100011

Color Harmonies of #A31051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31051

Black with #A31051

Text Example


Text Example

White with #A31051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31051; }

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

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

background-color css

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

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

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

border-color css

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

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

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