Html Css Color HEX #A31653 Jazzberry Jam

📋 copy color: '#A31653'

red 163 ◦ green 22 ◦ blue 83

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

Shades of Jazzberry Jam #A31653

Tints of Jazzberry Jam #A31653

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.21%

 BLUE value IS 83 (32.81% from 255) = 30.97%

R = 60.82%
G = 8.21%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A31653 (or 0xA31653) is known color: Jazzberry Jam. HEX triplet: A3, 16 and 53. RGB value is (163,22,83). Sum of RGB (Red+Green+Blue) = 163+22+83=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A31653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31653 is #5CE9AC. Grayscale: #474747. Windows color (decimal): -6089133 or 5445283. OLE color: 5445283.

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

Color convert

RGB 163 22 83 -
CMYK 0 0.87 0.49 0.36
HSL 334.04º 0.76% 0.36% -
HSV(B) 334.04º 0.87% 0.64% -
XYZ 16.95 8.98 9.02 -
YUV 71.11 134.71 193.54 -
System Red Green Blue C M Y K H S L
Decimal 163 22 83 0 0.87 0.49 0.36 334.04 0.76 0.36
Hex A3 16 53 0 57 31 24 14E 4C 24
Octal 243 26 123 0 127 61 44 516 114 44
Binary 10100011 10110 1010011 0 1010111 110001 100100 101001110 1001100 100100

Color Harmonies of #A31653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31653

Black with #A31653

Text Example


Text Example

White with #A31653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31653; }

 p { color: rgb(163,22,83); }

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

background-color css

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

 a { background-color: rgb(163,22,83); }

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

border-color css

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

 span { border-color: rgb(163,22,83); }

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