Html Css Color HEX #A3053F Jazzberry Jam

📋 copy color: '#A3053F'

red 163 ◦ green 5 ◦ blue 63

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

Shades of Jazzberry Jam #A3053F

Tints of Jazzberry Jam #A3053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 70.56%
G = 2.16%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A3053F (or 0xA3053F) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 3F. RGB value is (163,5,63). Sum of RGB (Red+Green+Blue) = 163+5+63=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A3053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3053F is #5CFAC0. Grayscale: #3A3A3A. Windows color (decimal): -6093505 or 4130211. OLE color: 4130211.

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

Color convert

RGB 163 5 63 -
CMYK 0 0.97 0.61 0.36
HSL 337.97º 0.94% 0.33% -
HSV(B) 337.97º 0.97% 0.64% -
XYZ 16.06 8.25 5.45 -
YUV 58.85 130.35 202.28 -
System Red Green Blue C M Y K H S L
Decimal 163 5 63 0 0.97 0.61 0.36 337.97 0.94 0.33
Hex A3 5 3F 0 61 3D 24 152 5E 21
Octal 243 5 77 0 141 75 44 522 136 41
Binary 10100011 101 111111 0 1100001 111101 100100 101010010 1011110 100001

Color Harmonies of #A3053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3053F

Black with #A3053F

Text Example


Text Example

White with #A3053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3053F; }

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

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

background-color css

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

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

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

border-color css

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

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

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