Html Css Color HEX #A3113F Jazzberry Jam

📋 copy color: '#A3113F'

red 163 ◦ green 17 ◦ blue 63

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

Shades of Jazzberry Jam #A3113F

Tints of Jazzberry Jam #A3113F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7%

 BLUE value IS 63 (25% from 255) = 25.93%

R = 67.08%
G = 7%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A3113F (or 0xA3113F) is known color: Jazzberry Jam. HEX triplet: A3, 11 and 3F. RGB value is (163,17,63). Sum of RGB (Red+Green+Blue) = 163+17+63=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A3113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3113F is #5CEEC0. Grayscale: #414141. Windows color (decimal): -6090433 or 4133283. OLE color: 4133283.

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

Color convert

RGB 163 17 63 -
CMYK 0 0.90 0.61 0.36
HSL 341.1º 0.81% 0.35% -
HSV(B) 341.1º 0.9% 0.64% -
XYZ 16.2 8.55 5.5 -
YUV 65.9 126.37 197.26 -
System Red Green Blue C M Y K H S L
Decimal 163 17 63 0 0.90 0.61 0.36 341.1 0.81 0.35
Hex A3 11 3F 0 5A 3D 24 155 51 23
Octal 243 21 77 0 132 75 44 525 121 43
Binary 10100011 10001 111111 0 1011010 111101 100100 101010101 1010001 100011

Color Harmonies of #A3113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3113F

Black with #A3113F

Text Example


Text Example

White with #A3113F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3113F; }

 p { color: rgb(163,17,63); }

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

background-color css

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

 a { background-color: rgb(163,17,63); }

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

border-color css

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

 span { border-color: rgb(163,17,63); }

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