Html Css Color HEX #A3013F Jazzberry Jam

📋 copy color: '#A3013F'

red 163 ◦ green 1 ◦ blue 63

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

Shades of Jazzberry Jam #A3013F

Tints of Jazzberry Jam #A3013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 71.81%
G = 0.44%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A3013F (or 0xA3013F) is known color: Jazzberry Jam. HEX triplet: A3, 01 and 3F. RGB value is (163,1,63). Sum of RGB (Red+Green+Blue) = 163+1+63=227 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.81% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 163 - color contains mainly: red. Hex color #A3013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3013F is #5CFEC0. Grayscale: #383838. Windows color (decimal): -6094529 or 4129187. OLE color: 4129187.

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

Color convert

RGB 163 1 63 -
CMYK 0 0.99 0.61 0.36
HSL 337.04º 0.99% 0.32% -
HSV(B) 337.04º 0.99% 0.64% -
XYZ 16.01 8.17 5.44 -
YUV 56.51 131.67 203.96 -
System Red Green Blue C M Y K H S L
Decimal 163 1 63 0 0.99 0.61 0.36 337.04 0.99 0.32
Hex A3 1 3F 0 63 3D 24 151 63 20
Octal 243 1 77 0 143 75 44 521 143 40
Binary 10100011 1 111111 0 1100011 111101 100100 101010001 1100011 100000

Color Harmonies of #A3013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3013F

Black with #A3013F

Text Example


Text Example

White with #A3013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3013F; }

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

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

background-color css

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

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

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

border-color css

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

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

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